diff options
Diffstat (limited to 'contrib/kiss-link')
-rwxr-xr-x | contrib/kiss-link | 2 |
1 files changed, 1 insertions, 1 deletions
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 |