From a6b9507ca250062ce22eb0466542710ca0ea3874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 27 Aug 2014 18:41:39 +0200 Subject: [PATCH] Fix text in (pkcheck --help) --- src/programs/pkcheck.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/programs/pkcheck.c b/src/programs/pkcheck.c index 5781893..74d4dee 100644 --- a/src/programs/pkcheck.c +++ b/src/programs/pkcheck.c @@ -36,17 +36,17 @@ help (void) " pkcheck [OPTION...]\n" "\n" "Help Options:\n" -" -h, --help Show help options\n" +" --help Show help options\n" "\n" "Application Options:\n" -" -a, --action-id=ACTION Check authorization to perform ACTION\n" +" -a, --action-id ACTION Check authorization to perform ACTION\n" " -u, --allow-user-interaction Interact with the user if necessary\n" -" -d, --details=KEY VALUE Add (KEY, VALUE) to information about the action\n" +" -d, --detail KEY VALUE Add (KEY, VALUE) to information about the action\n" " --enable-internal-agent Use an internal authentication agent if necessary\n" " --list-temp List temporary authorizations for current session\n" -" -p, --process=PID[,START_TIME,UID] Check authorization of specified process\n" +" -p, --process PID[,START_TIME[,UID]] Check authorization of specified process\n" " --revoke-temp Revoke all temporary authorizations for current session\n" -" -s, --system-bus-name=BUS_NAME Check authorization of owner of BUS_NAME\n" +" -s, --system-bus-name BUS_NAME Check authorization of owner of BUS_NAME\n" " --version Show version\n" "\n" "Report bugs to: %s\n" -- 1.8.3.1