mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
home-manager: clean up usage help
This commit is contained in:
parent
3d3a3f6d13
commit
8d774ec628
1 changed files with 6 additions and 7 deletions
|
@ -52,15 +52,14 @@ function doListPackages() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function doHelp() {
|
function doHelp() {
|
||||||
echo "Usage: $0 {help | build CONF | rebuild CONF"
|
echo "Usage: $0 COMMAND"
|
||||||
echo " | generations | packages}"
|
|
||||||
echo
|
echo
|
||||||
echo "Commands"
|
echo "Commands"
|
||||||
echo " help Print this help"
|
echo " help Print this help"
|
||||||
echo " build Build configuration into result directory"
|
echo " build CONF Build configuration into result directory"
|
||||||
echo " switch Build and activate configuration"
|
echo " switch CONF Build and activate configuration"
|
||||||
echo " generations List all home environment generations"
|
echo " generations List all home environment generations"
|
||||||
echo " packages List all packages installed in home-manager-path"
|
echo " packages List all packages installed in home-manager-path"
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
Loading…
Reference in a new issue