diff options
author | merakor <cem@ckyln.com> | 2020-06-25 07:36:48 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-06-25 07:36:48 +0000 |
commit | 0b8280d311c1770872a4c985928885acfe174863 (patch) | |
tree | bbc91dc2954ad807daecb27677432a397842f110 /contrib/kiss-link | |
parent | ba3c8afd8d2dce82d47019ce6145e81cb746aca2 (diff) | |
download | cpt-0b8280d311c1770872a4c985928885acfe174863.tar.gz |
contrib: change usage outputs
FossilOrigin-Name: c30b2273b524acbeea427c290ace358adf68f53134ca97639e61e5e3c03194cb
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 |