diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 17:34:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-27 08:49:14 +0200 |
commit | df14dc48fb34a0fb93cb62b7c9ca48722bd7a918 (patch) | |
tree | 37942b6465edb739905511d1efd0b168b76d5bca /gnu/packages/video.scm | |
parent | f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad (diff) | |
download | guix-df14dc48fb34a0fb93cb62b7c9ca48722bd7a918.tar.gz guix-df14dc48fb34a0fb93cb62b7c9ca48722bd7a918.zip |
gnu: mkvtoolnix: Use @command{}.
* gnu/packages/video.scm (mkvtoolnix)[description]:
Substitute @command{} for @code{}.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 06b32c065e..055b9a0106 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 |