diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-05-16 13:39:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-05 17:27:23 +0200 |
commit | 7f6a717b723bbc22bab7b1aa960b22fbfb5b93cb (patch) | |
tree | 0f765fe3a17dfd02c8a9abc57e683321ef2345d8 /doc | |
parent | e77dd15a2dbb418d6f5302e8475c0a76fc24b79f (diff) |
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.texi | 2 |
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 |