From cb73db90990d6cf9bda552b789846afa4cea64f3 Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Sat, 4 Dec 2010 15:28:06 +0000 Subject: apts: added help switch added help switch --- apts | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3