gnu: mkvtoolnix: Use @command{}.

* gnu/packages/video.scm (mkvtoolnix)[description]:
Substitute @command{} for @code{}.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-26 17:34:42 +02:00
parent f9c1ebdb7d
commit df14dc48fb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

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