mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virt-admin: Make --timeout of daemon-timeout positional argument
We currently require full argument specification: virt-admin daemon-timeout --timeout X Well, the '--timeout' feels a bit redundant. Turn the argument into a positional so that the following works too: virt-admin daemon-timeout X Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
@@ -320,7 +320,7 @@ daemon-timeout
|
||||
|
||||
::
|
||||
|
||||
daemon-timeout --timeout NUM
|
||||
daemon-timeout [--timeout] NUM
|
||||
|
||||
Sets the daemon timeout to the value of '--timeout' argument. Use ``--timeout 0``
|
||||
to disable auto-shutdown of the daemon.
|
||||
|
||||
Reference in New Issue
Block a user