summaryrefslogtreecommitdiffstats
path: root/apts
diff options
context:
space:
mode:
Diffstat (limited to 'apts')
-rwxr-xr-xapts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apts b/apts
index 90d13bd..56294f8 100755
--- a/apts
+++ b/apts
@@ -19,6 +19,7 @@ usage() {
while getopts "h" opt; do
case "$opt" in
h) usage;;
+ help) usage;;
esac
done