aboutsummaryrefslogtreecommitdiff
path: root/contrib/kiss-owns
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-13 19:51:21 +0000
committermerakor <cem@ckyln.com>2020-05-13 19:51:21 +0000
commitc68dffa6c42334cfa939fb21a5430a35abff08c0 (patch)
tree851e5fc23981c030ecaebe53cd100a2f1edd4964 /contrib/kiss-owns
parent77cf1dab6537557b5ae43e1aee76972f87c829c0 (diff)
downloadcpt-c68dffa6c42334cfa939fb21a5430a35abff08c0.tar.gz
contrib: use --help and -h for usage information
FossilOrigin-Name: 43f55b077d3feb3e4bc42d72a58cadedbe7f387cedf01d2e59308c35f6afb484
Diffstat (limited to 'contrib/kiss-owns')
-rwxr-xr-xcontrib/kiss-owns2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/kiss-owns b/contrib/kiss-owns
index 8745ed6..e3512d6 100755
--- a/contrib/kiss-owns
+++ b/contrib/kiss-owns
@@ -1,7 +1,7 @@
#!/bin/sh -e
# Check which package owns a file
-[ "$1" ] || { printf '%s\n' "usage: kiss-owns <file>" ; exit 1 ;}
+case "$1" in ''|--help|-h) printf '%s\n' "usage: kiss-owns <file>" ; exit 0 ; esac
# Strip 'KISS_ROOT' from the file path if passed and
# follow symlinks.