doc: Fix typo.
authorDiego Nicola Barbato <dnbarbato@posteo.de>
Thu, 16 May 2019 11:39:18 +0000 (13:39 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 5 Jun 2019 15:27:23 +0000 (17:27 +0200)
* doc/guix.texi (Invoking guix archive): Remove spurious hyphen in example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/guix.texi

index a8f3a5a..996255d 100644 (file)
@@ -4219,7 +4219,7 @@ to another like this:
 
 @example
 guix archive --export -r $(readlink -f ~/.guix-profile) | \
-  ssh the-machine guix-archive --import
+  ssh the-machine guix archive --import
 @end example
 
 @noindent