summaryrefslogtreecommitdiff
path: root/helpers/lh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_clean')
-rwxr-xr-xhelpers/lh_clean7
1 files changed, 6 insertions, 1 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean
index 771b852..1e4e681 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -117,8 +117,13 @@ do
rm -f .stage/source*
;;
+ -u|--usage)
+ Usage
+ ;;
+
*)
- "${0}" --usage
+ Usage
+ exit 1
;;
esac
done