diff options
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' |