diff options
author | Charles Strahan <charles.c.strahan@gmail.com> | 2014-04-27T18·07-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-28T11·42+0200 |
commit | eeffdb74dcdbd64bcdc44cff4e587b59c4f807b5 (patch) | |
tree | 4ed549bb85af1630fa2aba8fdbfed17c565d613a /doc/manual/nix-store.xml | |
parent | 31fe55bb8e599702ac79b24b2109199be50a85a1 (diff) |
doc fix: swap 'import' and 'export'
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 416438a0bd45..87cbc307a955 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -1060,9 +1060,9 @@ command.</para> <refsection><title>Description</title> -<para>The operation <option>--export</option> reads a serialisation of +<para>The operation <option>--import</option> reads a serialisation of a set of store paths produced by <command -linkend="refsec-nix-store-export">nix-store --import</command> from +linkend="refsec-nix-store-export">nix-store --export</command> from standard input and adds those store paths to the Nix store. Paths that already exist in the Nix store are ignored. If a path refers to another path that doesn’t exist in the Nix store, the import |