mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: mkvtoolnix: Use @command{}.
* gnu/packages/video.scm (mkvtoolnix)[description]: Substitute @command{} for @code{}.
This commit is contained in:
parent
f9c1ebdb7d
commit
df14dc48fb
1 changed files with 3 additions and 2 deletions
|
@ -465,8 +465,9 @@ (define-public mkvtoolnix
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue