aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-24 13:01:00 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-24 13:01:00 +0200
commit4a79b3598f077983dd5717d7822ef8cb6a9fa967 (patch)
tree4333d17ad40a0890b29409f760107b2ef6263f98 /doc/manual/src
parent7a0e6f076a34e214832ac3a8cc6472aea5fd1559 (diff)
Fix nix-copy-closure manpage
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/command-ref/nix-copy-closure.md46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/manual/src/command-ref/nix-copy-closure.md b/doc/manual/src/command-ref/nix-copy-closure.md
index 4026e50de..2a4558324 100644
--- a/doc/manual/src/command-ref/nix-copy-closure.md
+++ b/doc/manual/src/command-ref/nix-copy-closure.md
@@ -37,37 +37,37 @@ and second to send the dump of those paths. If this bothers you, use
# Options
-*`--to`*
-: Copy the closure of _paths_ from the local Nix store to the Nix
- store on _machine_. This is the default.
+ - `--to`
+ Copy the closure of _paths_ from the local Nix store to the Nix
+ store on _machine_. This is the default.
-*`--from`*
-: Copy the closure of _paths_ from the Nix store on _machine_ to the
- local Nix store.
+ - `--from`
+ Copy the closure of _paths_ from the Nix store on _machine_ to the
+ local Nix store.
-*`--gzip`*
-: Enable compression of the SSH connection.
+ - `--gzip`
+ Enable compression of the SSH connection.
-*`--include-outputs`*
-: Also copy the outputs of store derivations included in the closure.
+ - `--include-outputs`
+ Also copy the outputs of store derivations included in the closure.
-*`--use-substitutes` / `-s`*
-: Attempt to download missing paths on the target machine using Nix’s
- substitute mechanism. Any paths that cannot be substituted on the
- target are still copied normally from the source. This is useful,
- for instance, if the connection between the source and target
- machine is slow, but the connection between the target machine and
- `nixos.org` (the default binary cache server) is
- fast.
+ - `--use-substitutes` / `-s`
+ Attempt to download missing paths on the target machine using Nix’s
+ substitute mechanism. Any paths that cannot be substituted on the
+ target are still copied normally from the source. This is useful,
+ for instance, if the connection between the source and target
+ machine is slow, but the connection between the target machine and
+ `nixos.org` (the default binary cache server) is
+ fast.
-*`-v`*
-: Show verbose output.
+ - `-v`
+ Show verbose output.
# Environment variables
-*`NIX_SSHOPTS`*
-: Additional options to be passed to `ssh` on the command
- line.
+ - `NIX_SSHOPTS`
+ Additional options to be passed to `ssh` on the command
+ line.
# Examples