diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-19T15·34+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-19T15·34+0100 |
commit | e1cf40fa9537162efe0dc19dcea9ae7d043fde66 (patch) | |
tree | c2665d130f9bc17731216bb95b35c09892ed333e /tests/misc.sh | |
parent | c31836008e45460513188a3fbeda4416f9153a05 (diff) |
nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse
Diffstat (limited to 'tests/misc.sh')
-rw-r--r-- | tests/misc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc.sh b/tests/misc.sh index 42aa82c8d457..1b4d8f2cfc8e 100644 --- a/tests/misc.sh +++ b/tests/misc.sh @@ -5,7 +5,7 @@ source common.sh # Do all commands have help? #nix-env --help | grep -q install #nix-store --help | grep -q realise -#nix-instantiate --help | grep -q eval-only +#nix-instantiate --help | grep -q eval #nix-hash --help | grep -q base32 # Can we ask for the version number? |