diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-10-06 12:17:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-10-06 12:22:49 +0200 |
commit | 6ede81b6a46386893293b44b4ad0958f90829f21 (patch) | |
tree | e8ef4b6e8f74e796478bc274137c500310ea853b /doc | |
parent | b310c4f02a7fd3b89420bd57ac027e63bb892f32 (diff) |
doc: Add concept index terms for "guix archive".
* doc/guix.texi (Invoking guix archive): Add terms to concept index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bc42be8486..8d6e96ab2d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5052,6 +5052,8 @@ Display information about @var{profile}. @cindex @command{guix archive} @cindex archive +@cindex exporting files from the store +@cindex importing files to the store The @command{guix archive} command allows users to @dfn{export} files from the store into a single archive, and to later @dfn{import} them on a machine that runs Guix. |