diff options
Diffstat (limited to 'contrib/cpt-owns')
-rwxr-xr-x | contrib/cpt-owns | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cpt-owns b/contrib/cpt-owns index 9e3cccb..494e0fd 100755 --- a/contrib/cpt-owns +++ b/contrib/cpt-owns @@ -1,6 +1,5 @@ #!/bin/sh -e # Check which package owns a file -. cpt-lib case "$1" in ''|--help|-h) printf '%s\n' "usage: ${0##*/} [file]" ; exit 0 ; esac |