Each of the tools we ship as part of libvirt should display
reasonable usage information when called without arguments and have
an associated manual page.
Andrea Bolognani (6):
virt-ssh-helper: Don't use optind
virt-ssh-helper: Improve usage information
virt-ssh-helper: Add manual page
virt-qemu-run: Improve usage information
virt-qemu-run: Improve manual page
virt-pki-query-dn: Add manual page
docs/manpages/meson.build | 2 +
docs/manpages/virt-pki-query-dn.rst | 91 +++++++++++++++++++++++++++
docs/manpages/virt-qemu-run.rst | 53 +++++++++-------
docs/manpages/virt-ssh-helper.rst | 96 +++++++++++++++++++++++++++++
libvirt.spec.in | 2 +
src/qemu/qemu_shim.c | 2 +-
src/remote/remote_ssh_helper.c | 18 +++---
7 files changed, 234 insertions(+), 30 deletions(-)
create mode 100644 docs/manpages/virt-pki-query-dn.rst
create mode 100644 docs/manpages/virt-ssh-helper.rst
--
2.31.1