From a562d544d8520a0f113ad1a348e28ea00f27b693 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Oct 2012 16:37:06 -0400 Subject: When ‘--help’ is given, just run ‘man’ to show the manual page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd8abf2d2254..962dd2f13bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -89,15 +89,12 @@ Makefile.in # /src/nix-env/ /src/nix-env/nix-env -/src/nix-env/help.txt.hh # /src/nix-hash/ /src/nix-hash/nix-hash -/src/nix-hash/help.txt.hh # /src/nix-instantiate/ /src/nix-instantiate/nix-instantiate -/src/nix-instantiate/help.txt.hh # /src/nix-log2xml/ /src/nix-log2xml/nix-log2xml @@ -108,15 +105,12 @@ Makefile.in # /src/nix-setuid-helper/ /src/nix-setuid-helper/nix-setuid-helper -/src/nix-setuid-helper/help.txt.hh # /src/nix-store/ -/src/nix-store/help.txt.hh /src/nix-store/nix-store # /src/nix-worker/ /src/nix-worker/nix-worker -/src/nix-worker/help.txt.hh # /tests/ /tests/test-tmp -- cgit 1.4.1