summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Nicola Barbato <dnbarbato@posteo.de>2019-05-16 13:39:18 +0200
committerLudovic Courtès <ludo@gnu.org>2019-06-05 17:27:23 +0200
commit7f6a717b723bbc22bab7b1aa960b22fbfb5b93cb (patch)
tree0f765fe3a17dfd02c8a9abc57e683321ef2345d8 /doc
parente77dd15a2dbb418d6f5302e8475c0a76fc24b79f (diff)
downloadpatches-7f6a717b723bbc22bab7b1aa960b22fbfb5b93cb.tar
patches-7f6a717b723bbc22bab7b1aa960b22fbfb5b93cb.tar.gz
doc: Fix typo.
* doc/guix.texi (Invoking guix archive): Remove spurious hyphen in example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a8f3a5ad27..996255d9dc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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