Don't spawn man for --help
authorMiloslav Trmač <mitr@redhat.com>
Fri, 19 Apr 2013 22:20:21 +0000 (00:20 +0200)
committerMiloslav Trmač <mitr@redhat.com>
Mon, 13 May 2013 15:41:29 +0000 (17:41 +0200)
commite8e18d180888435dc26e8e4e461689f0efa91f04
tree27ad2a6e81faade95d3ad06503e5e429fb6cb9e3
parent8d8a6213c6a8882dc1b51a2030713914c75d6fb9
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
src/programs/pkaction.c
src/programs/pkcheck.c
src/programs/pkttyagent.c