diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-28 16:38:34 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-29 09:08:33 +0200 |
commit | b841b1f5af1d93ab719b0a79e44c639e290c09d2 (patch) | |
tree | e01e2f3b9cde2ec5193cb94537daa40d5c117a38 /bin | |
parent | cabea4ff42ea1240cd51b8693d28724dbafa9a8d (diff) | |
download | pacman-offline-b841b1f5af1d93ab719b0a79e44c639e290c09d2.tar.gz pacman-offline-b841b1f5af1d93ab719b0a79e44c639e290c09d2.tar.zst |
sort options alphabetically
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pacman-offline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pacman-offline b/bin/pacman-offline index acc8646..cf7d7c0 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -12,8 +12,8 @@ set -e function help() { echo "usage: ${0} [OPTIONS]" echo - echo ' -f force if other system-update is pending' echo ' -c clean before download' + echo ' -f force if other system-update is pending' echo ' -h this help' echo ' -r reboot and install immediately' echo ' -t start timer for nightly reboot' |