From 8d774ec6281c7f24f48eab36698f086c2b69e315 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 12 Jan 2017 22:26:24 +0100 Subject: [PATCH] home-manager: clean up usage help --- home-manager/home-manager | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/home-manager/home-manager b/home-manager/home-manager index e51cc65d5..5c1d83f61 100644 --- a/home-manager/home-manager +++ b/home-manager/home-manager @@ -52,15 +52,14 @@ function doListPackages() { } function doHelp() { - echo "Usage: $0 {help | build CONF | rebuild CONF" - echo " | generations | packages}" + echo "Usage: $0 COMMAND" echo echo "Commands" - echo " help Print this help" - echo " build Build configuration into result directory" - echo " switch Build and activate configuration" - echo " generations List all home environment generations" - echo " packages List all packages installed in home-manager-path" + echo " help Print this help" + echo " build CONF Build configuration into result directory" + echo " switch CONF Build and activate configuration" + echo " generations List all home environment generations" + echo " packages List all packages installed in home-manager-path" } case "$1" in