guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: mkvtoolnix: Use @command{}.


From: guix-commits
Subject: 02/03: gnu: mkvtoolnix: Use @command{}.
Date: Tue, 27 Aug 2019 02:50:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit df14dc48fb34a0fb93cb62b7c9ca48722bd7a918
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 17:34:42 2019 +0200

    gnu: mkvtoolnix: Use @command{}.
    
    * gnu/packages/video.scm (mkvtoolnix)[description]:
    Substitute @command{} for @code{}.
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 06b32c0..055b9a0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -465,8 +465,9 @@ H.264 (MPEG-4 AVC) video streams.")
     (synopsis "Tools to create, alter and inspect Matroska files")
     (description
      "MKVToolNix provides tools for getting information about Matroska files
-(@code{mkvinfo}), extracting tracks/data from Matroska files 
(@code{mkvextract})
-and creating Matroska files from other media files (@code{mkvmerge}).")
+(@command{mkvinfo}), extracting tracks/data from Matroska files
+(@command{mkvextract}), and creating Matroska files from other media files
+(@command{mkvmerge}).")
     (license license:gpl2)))
 
 (define-public x265



reply via email to

[Prev in Thread] Current Thread [Next in Thread]