From a562d544d8520a0f113ad1a348e28ea00f27b693 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Oct 2012 16:37:06 -0400 Subject: =?UTF-8?q?When=20=E2=80=98--help=E2=80=99=20is=20given,=20just=20?= =?UTF-8?q?run=20=E2=80=98man=E2=80=99=20to=20show=20the=20manual=20page?= 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 dd8abf2d2..962dd2f13 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 v1.2.3