[libvirt PATCH 0/6] Improve usage information and manual pages

Andrea Bolognani abologna at redhat.com
Fri Dec 10 16:06:28 UTC 2021


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





More information about the libvir-list mailing list