diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T20·37-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T20·40-0400 |
commit | a562d544d8520a0f113ad1a348e28ea00f27b693 (patch) | |
tree | 5e8d7200b8521aa54e2c8846ef7c31fd5dac737e /src/nix-worker/help.txt | |
parent | 9c41c66c5b877dbb529f6147b28384a57a591895 (diff) |
When ‘--help’ is given, just run ‘man’ to show the manual page
I.e. do what git does. I'm too lazy to keep the builtin help text up to date :-) Also add ‘--help’ to various commands that lacked it (e.g. nix-collect-garbage).
Diffstat (limited to 'src/nix-worker/help.txt')
-rw-r--r-- | src/nix-worker/help.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nix-worker/help.txt b/src/nix-worker/help.txt deleted file mode 100644 index b4583cb7e495..000000000000 --- a/src/nix-worker/help.txt +++ /dev/null @@ -1,10 +0,0 @@ -Usage: nix-worker [OPTIONS...] [--daemon | --slave] - -`nix-worker' is a helper program used to implement secure, multi-user -Nix stores. In `--daemon' mode, it goes into the background and waits -for incoming connections on a Unix domain socket, and forks a process -for each connection to perform the Nix store operations requested by -the caller. In `--slave' mode, `nix-worker' is called directly, and -the caller and the worker communicate with each other over -stdin/stdout. In this mode, the `nix-worker' program should have -appropriate setuid privileges. |