diff options
-rwxr-xr-x | bin/reconfigure (renamed from bin/upgrade) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/upgrade b/bin/reconfigure index 298ac31..70911ba 100755 --- a/bin/upgrade +++ b/bin/reconfigure @@ -4,8 +4,8 @@ set -eu usage() { cat <<-'EOF' Usage: - upgrade - upgrade -h + reconfigure + reconfigure -h EOF } @@ -16,7 +16,7 @@ help() { -h, --help show this message - Upgrades the system: + Switches the system: - reconfigure the Guix "home" environment; - Guix "system" if it exists; - NixOS if it exists. @@ -26,7 +26,7 @@ help() { Just use it: - $ upgrade + $ reconfigure EOF } |