diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-09 19:37:09 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-09 19:37:09 +0100 |
commit | c1768e07fb207328daa36e3afce3933bcf9ae6cf (patch) | |
tree | 1ebe68d5936b602d57fffc7e539f437af6b07e78 | |
parent | cf9d291e6dcf09a1d16d50a80fa420d4957f7da1 (diff) | |
download | libguestfs-c1768e07fb207328daa36e3afce3933bcf9ae6cf.tar.gz libguestfs-c1768e07fb207328daa36e3afce3933bcf9ae6cf.tar.xz libguestfs-c1768e07fb207328daa36e3afce3933bcf9ae6cf.zip |
Remove virt-inspector --force option - it didn't do anything.
-rwxr-xr-x | inspector/virt-inspector.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/inspector/virt-inspector.pl b/inspector/virt-inspector.pl index 7ab808b8..02d8851d 100755 --- a/inspector/virt-inspector.pl +++ b/inspector/virt-inspector.pl @@ -102,18 +102,6 @@ then libvirt is not used at all. =cut -my $force; - -=item B<--force> - -Force reading a particular guest even if it appears to be active. In -earlier versions of virt-inspector, this could be dangerous (for -example, corrupting the guest's disk image). However in more recent -versions, it should not cause corruption, but might cause -virt-inspector to crash or produce incorrect results. - -=cut - my $output = "text"; =back @@ -186,7 +174,6 @@ default. GetOptions ("help|?" => \$help, "connect|c=s" => \$uri, - "force" => \$force, "text" => sub { $output = "text" }, "none" => sub { $output = "none" }, "xml" => sub { $output = "xml" }, |