From c68dffa6c42334cfa939fb21a5430a35abff08c0 Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 13 May 2020 19:51:21 +0000 Subject: contrib: use --help and -h for usage information FossilOrigin-Name: 43f55b077d3feb3e4bc42d72a58cadedbe7f387cedf01d2e59308c35f6afb484 --- contrib/kiss-link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/kiss-link') diff --git a/contrib/kiss-link b/contrib/kiss-link index f76caca..1f4b95c 100755 --- a/contrib/kiss-link +++ b/contrib/kiss-link @@ -1,7 +1,7 @@ #!/bin/sh -ef # Link a forked package's files to the other repository -[ "$1" ] || { printf '\033[1;33m-> \033[musage: kiss-link [file] [file]\n' ; exit 0 ;} +case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[musage: kiss-link [file] [file]\n' ; exit 0 ; esac # Check if the package exists in a repository and error out here # if it does not. The error message from the package manager will -- cgit v1.2.3