diff --git a/lib/pve/cli.rb b/lib/pve/cli.rb index 00b01e1..f95aa0e 100644 --- a/lib/pve/cli.rb +++ b/lib/pve/cli.rb @@ -419,7 +419,7 @@ class PVE::Cli cl. opt( :timeout, "-t", "--timeout=TIMEOUT", "Wait for max TIMEOUT seconds (default: endless)", default: nil). opt( :secs, "-s", "--seconds=SECONDS", "Check every SECONDS for state (default: 0.2)", default: 0.2). - opt( :fire, "-f", "--[no-]fire", "Do not wait till running", default: false) + opt( :fire, "-f", "--[no-]fire", "Return immidiatly, instead of waiting till finished", default: false) end def complete_lxc f