From 7ba1fd2029c1290d89f0218157e597885926ca80 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 6 Mar 2006 11:04:39 +0000 Subject: [PATCH] * Regularise help text a bit. --- src/nix-env/help.txt | 2 +- src/nix-hash/help.txt | 2 +- src/nix-instantiate/help.txt | 2 +- src/nix-store/help.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index 72fc4f13ed..d20c366cb7 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -1,4 +1,4 @@ -nix-env [OPTIONS...] [ARGUMENTS...] +Usage: nix-env [OPTIONS...] [ARGUMENTS...] `nix-env' is a tool to manipulate Nix user environments. diff --git a/src/nix-hash/help.txt b/src/nix-hash/help.txt index 082cc7571c..6c166f4995 100644 --- a/src/nix-hash/help.txt +++ b/src/nix-hash/help.txt @@ -1,4 +1,4 @@ -nix-hash [OPTIONS...] [FILES...] +Usage: nix-hash [OPTIONS...] [FILES...] `nix-hash' computes and prints cryptographic hashes for the specified files. diff --git a/src/nix-instantiate/help.txt b/src/nix-instantiate/help.txt index 5b9d82aa99..45607b71af 100644 --- a/src/nix-instantiate/help.txt +++ b/src/nix-instantiate/help.txt @@ -1,4 +1,4 @@ -nix-instantiate [OPTIONS...] [FILES...] +Usage: nix-instantiate [OPTIONS...] [FILES...] `nix-instantiate' turns Nix expressions into store derivations. diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 074745813f..0e04926af7 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -1,4 +1,4 @@ -nix-store [OPTIONS...] [ARGUMENTS...] +Usage: nix-store [OPTIONS...] [ARGUMENTS...] `nix-store' is a tool to manipulate the Nix store.