mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00: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() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue