From b841b1f5af1d93ab719b0a79e44c639e290c09d2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 May 2024 16:38:34 +0200 Subject: sort options alphabetically --- bin/pacman-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-54-g00ecf