diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/app-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/app-conf b/bin/app-conf index 96e52cf..23b68f7 100755 --- a/bin/app-conf +++ b/bin/app-conf @@ -140,7 +140,7 @@ case "$command" in usage fi - app-cat-conf -l "$location" -n "$1" | cut -f 2- -d = + app-cat-conf -l "$location" -k "$1" | cut -f 2- -d = ;; list) if [ $# -gt 0 ] |