summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pacman-offline5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/pacman-offline b/bin/pacman-offline
index ae2ec19..58b81f2 100755
--- a/bin/pacman-offline
+++ b/bin/pacman-offline
@@ -32,6 +32,11 @@ while getopts 'cfhprty' opt; do
help
exit 0
;;
+ c|f|p|r|t|y)
+ ;;
+ *)
+ exit 1
+ ;;
esac
done