From e8e18d180888435dc26e8e4e461689f0efa91f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 20 Apr 2013 00:20:21 +0200 Subject: Don't spawn man for --help Convert pkaction and pkttyagent to use GOptionContext. Don't convert pkcheck and only add --help output text because its non-standard --details(which requires two arguments) can't be implemented using GOptionContext. Don't touch pkexec, in a (futile?) attempt to minimize the amount of complex code running before authentication. This leaves the option processing lax as it was (e.g. accepting contradicting options, ignoring non-option arguments), and should only affect the handling of --help and behavior when invalid arguments are detected. https://bugs.freedesktop.org/show_bug.cgi?id=29936 --- po/POTFILES.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 6e76bdd..ed9faa5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,4 +3,7 @@ [encoding: UTF-8] actions/org.freedesktop.policykit.policy.in src/examples/org.freedesktop.policykit.examples.pkexec.policy.in +src/programs/pkaction.c +src/programs/pkcheck.c src/programs/pkexec.c +src/programs/pkttyagent.c -- cgit v1.2.1