From 165d20eebc587f21f0409850b8e522c7a25979e3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 26 Oct 2013 17:44:19 +0200 Subject: app-cat-conf: Removing -n argument, adding -k and -g for 'key' and 'group' lookups. --- bin/app-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ] -- cgit v1.2.3