diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-07-13 00:18:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-13 00:20:06 +0200 |
commit | 6cd6753218748205120b622e366b1b53055704d9 (patch) | |
tree | 7bd9175fa894b8078cb92e4da6808e1438a67190 /doc | |
parent | bfec24b11810edcaccb1c57ca493f015287e5ce1 (diff) | |
download | guix-6cd6753218748205120b622e366b1b53055704d9.tar.gz |
doc: Prefer "guix show" over "guix package --show".
* doc/contributing.texi (Synopses and Descriptions): Use "guix show" instead of "guix package --show".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 3556f052ea..6a2564b07d 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -665,7 +665,7 @@ hyperlinks (@pxref{Overview,,, texinfo, GNU Texinfo}). However you should be careful when using some characters for example @samp{@@} and curly braces which are the basic special characters in Texinfo (@pxref{Special Characters,,, texinfo, GNU Texinfo}). User interfaces -such as @command{guix package --show} take care of rendering it +such as @command{guix show} take care of rendering it appropriately. Synopses and descriptions are translated by volunteers |