aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-05-28 16:38:34 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-05-29 09:08:33 +0200
commitb841b1f5af1d93ab719b0a79e44c639e290c09d2 (patch)
treee01e2f3b9cde2ec5193cb94537daa40d5c117a38
parentcabea4ff42ea1240cd51b8693d28724dbafa9a8d (diff)
downloadpacman-offline-b841b1f5af1d93ab719b0a79e44c639e290c09d2.tar.gz
pacman-offline-b841b1f5af1d93ab719b0a79e44c639e290c09d2.tar.zst
sort options alphabetically
-rwxr-xr-xbin/pacman-offline2
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'