
1 Oct
2019
1 Oct
'19
9:38 a.m.
On Fri, Sep 27, 2019 at 06:17:32PM +0100, Daniel P. Berrangé wrote:
The GOptionContext API has the benefit over getopt_long that it will automatically handle --help output formatting.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- tools/virt-admin.c | 207 +++++++++++++++++++++------------------------ 1 file changed, 98 insertions(+), 109 deletions(-)
Same comment about the -v -V --version, otherwise looks good. Pavel