gnu: python-yq: Fix texinfo markup.
* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.master
parent
1cb91eb50f
commit
c52f025684
|
@ -17893,7 +17893,7 @@ style guide, even if the original code didn't violate the style guide.")
|
||||||
(synopsis "Command-line YAML/XML processor")
|
(synopsis "Command-line YAML/XML processor")
|
||||||
(description
|
(description
|
||||||
"This package provides @command{yq} and @command{xq} for processing YAML
|
"This package provides @command{yq} and @command{xq} for processing YAML
|
||||||
and XML respectively. The processing is done through @{jq}, @command{jq}
|
and XML respectively. The processing is done through @command{jq}, @command{jq}
|
||||||
filters can be used to process the data as it passes through.")
|
filters can be used to process the data as it passes through.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
Reference in New Issue