From 7a948c7f19fb92914678a18f0cbad22e9591a75a Mon Sep 17 00:00:00 2001 From: Christopher Laprise Date: Fri, 5 Jan 2018 18:05:17 -0500 Subject: [PATCH] Add --force to manpage. --- doc/manpages/qvm-remove.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/manpages/qvm-remove.rst b/doc/manpages/qvm-remove.rst index 945a1c3..ae3b662 100644 --- a/doc/manpages/qvm-remove.rst +++ b/doc/manpages/qvm-remove.rst @@ -14,7 +14,7 @@ Synopsis -------- -:command:`qvm-remove` [-h] [--verbose] [--quiet] [--force-root] [--all] [--exclude *EXCLUDE*] [--just-db] [*VMNAME* [*VMNAME* ...]] +:command:`qvm-remove` [-h] [--verbose] [--quiet] [--force] [--force-root] [--all] [--exclude *EXCLUDE*] [--just-db] [*VMNAME* [*VMNAME* ...]] Options ------- @@ -28,6 +28,10 @@ Options Exclude the qube from :option:`--all`. +.. option:: --force, -f + + Do not prompt for confirmation; assume 'yes'. + .. option:: --help, -h Show this help message and exit