From f1a03addae88d985cbf9894377d429eab57c04bf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 11 Oct 2013 14:05:53 +0200 Subject: [PATCH] nixos-rebuild: Let --help invoke "man nixos-rebuild" --- .../modules/installer/tools/nixos-rebuild.sh | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/nixos/modules/installer/tools/nixos-rebuild.sh b/nixos/modules/installer/tools/nixos-rebuild.sh index 0a199fb15421..6b747bc1a2be 100644 --- a/nixos/modules/installer/tools/nixos-rebuild.sh +++ b/nixos/modules/installer/tools/nixos-rebuild.sh @@ -1,44 +1,7 @@ #! @shell@ -e showSyntax() { - # !!! more or less cut&paste from - # system/switch-to-configuration.sh (which we call, of course). - cat <