From 0b8280d311c1770872a4c985928885acfe174863 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 25 Jun 2020 07:36:48 +0000 Subject: contrib: change usage outputs FossilOrigin-Name: c30b2273b524acbeea427c290ace358adf68f53134ca97639e61e5e3c03194cb --- 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 2728fea..e5368bf 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 -case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[musage: kiss-link [file] [file]\n' ; exit 0 ; esac +case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[musage: kiss-link [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