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

Andrea Bolognani posted 6 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211210160634.366061-1-abologna@redhat.com
There is a newer version of this series
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
[libvirt PATCH 0/6] Improve usage information and manual pages
Posted by Andrea Bolognani 2 years, 4 months ago
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