mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Regularise help text a bit.
This commit is contained in:
parent
120f00c04f
commit
7ba1fd2029
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
nix-env [OPTIONS...] [ARGUMENTS...]
|
||||
Usage: nix-env [OPTIONS...] [ARGUMENTS...]
|
||||
|
||||
`nix-env' is a tool to manipulate Nix user environments.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
nix-hash [OPTIONS...] [FILES...]
|
||||
Usage: nix-hash [OPTIONS...] [FILES...]
|
||||
|
||||
`nix-hash' computes and prints cryptographic hashes for the specified
|
||||
files.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
nix-instantiate [OPTIONS...] [FILES...]
|
||||
Usage: nix-instantiate [OPTIONS...] [FILES...]
|
||||
|
||||
`nix-instantiate' turns Nix expressions into store derivations.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
nix-store [OPTIONS...] [ARGUMENTS...]
|
||||
Usage: nix-store [OPTIONS...] [ARGUMENTS...]
|
||||
|
||||
`nix-store' is a tool to manipulate the Nix store.
|
||||
|
||||
|
|
Loading…
Reference in a new issue