doc: Fix typo.
* doc/guix.texi (Invoking guix archive): Remove spurious hyphen in example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e77dd15a2d
commit
7f6a717b72
|
@ -4219,7 +4219,7 @@ to another like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix archive --export -r $(readlink -f ~/.guix-profile) | \
|
guix archive --export -r $(readlink -f ~/.guix-profile) | \
|
||||||
ssh the-machine guix-archive --import
|
ssh the-machine guix archive --import
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
|
Loading…
Reference in New Issue