aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-26 17:51:47 -0300
committerEuAndreh <eu@euandre.org>2023-02-26 17:51:47 -0300
commit53a69e0611e858e99ecefc3224c18a09d911d514 (patch)
tree025edf1a5478a5b9976dd787eb2813da37d06a9b
parentbin/upgrade: Fix call to timeout (diff)
downloaddotfiles-53a69e0611e858e99ecefc3224c18a09d911d514.tar.gz
dotfiles-53a69e0611e858e99ecefc3224c18a09d911d514.tar.xz
git mv bin/upgrade bin/reconfigure
-rwxr-xr-xbin/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
}