diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-09 23:35:03 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-09 23:35:03 +0100 |
| commit | 51c8d7909dbdd8b25413966613b41fea92f3ac62 (patch) | |
| tree | 01981e9be52f0ec5cae333d8195fbf112a5fea29 /doc | |
| parent | 2d34fa490299b099108889a4b2290244d8ed1a24 (diff) | |
doc: Correct short name of `--install' option of `guix-package'.
* doc/guix.texi (Invoking guix-package): Fix short form of `--install'.
Reported by Andreas Enge <andreas@enge.fr>.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bab5cf7a8..b01aa961c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -210,7 +210,7 @@ want to roll back. @table @code @item --install=@var{package} -@itemx -x @var{package} +@itemx -i @var{package} Install @var{package}. @var{package} may specify either a simple package name, such as |