diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/cpt-list | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/cpt-list b/src/cpt-list index 7cef79e..fcb1f49 100755 --- a/src/cpt-list +++ b/src/cpt-list @@ -7,7 +7,7 @@ parser_definition() {          "or:    ${0##*/} -C pkg true-statement false-statement"      msg -- '' 'Options:'      flag CURRENT -c --current -- "Use the current directory as a package" -    flag quiet   -q           -- "Make the operation quiet" +    flag quiet   -q --quiet   -- "Make the operation quiet"      param PKG    -C --check label:"    -C,--check PKG TRUE FALSE" -- \            "Check if PKG exists and return the string of TRUE if"\            "it exists, and the string of FALSE if it doesn't." \ | 
