tProcess -h flag - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 731b09cdcd5b30bdfe241e1d415f554797a6b68b
(DIR) parent dc17d9d38aaae57d482a15d510be86c77dd8cd78
(HTM) Author: z3bra <willy@mailoo.org>
Date: Tue, 27 May 2014 09:03:12 +0200
Process -h flag
Diffstat:
M dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dm b/dm
t@@ -13,7 +13,7 @@ usage() {
echo "`basename $0` [-hl] <alias> [command]"
}
-while getopts "l" opt; do
+while getopts "hl" opt; do
case $opt in
l) list; exit 0 ;;
h) usage; exit 0 ;;