doc fix: swap 'import' and 'export'

This commit is contained in:
Charles Strahan 2014-04-27 14:07:50 -04:00 committed by Eelco Dolstra
parent 31fe55bb8e
commit eeffdb74dc
1 changed files with 2 additions and 2 deletions

View File

@ -1060,9 +1060,9 @@ command.</para>
<refsection><title>Description</title> <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 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 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 that already exist in the Nix store are ignored. If a path refers to
another path that doesnt exist in the Nix store, the import another path that doesnt exist in the Nix store, the import