aboutsummaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-01-12 22:26:24 +0100
committerRobert Helgesson <robert@rycee.net>2017-01-15 23:42:47 +0100
commit8d774ec6281c7f24f48eab36698f086c2b69e315 (patch)
tree6e8366d314a9bf79de49bf9054c9417c07dcaad1 /home-manager
parent3d3a3f6d1398a35da49b85ac37c56e67e8b52396 (diff)
home-manager: clean up usage help
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/home-manager13
1 files changed, 6 insertions, 7 deletions
diff --git a/home-manager/home-manager b/home-manager/home-manager
index e51cc65d551..5c1d83f6179 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