summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/virt-rescue2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/virt-rescue b/rescue/virt-rescue
index a44940d5..9ad2fa4f 100755
--- a/rescue/virt-rescue
+++ b/rescue/virt-rescue
@@ -111,7 +111,7 @@ Open the image read-only.
GetOptions ("help|?" => \$help,
"version" => \$version,
"connect|c=s" => \$uri,
- "ro|r" => \$readonly,
+ "ro|r" => \$readonly,
) or pod2usage (2);
pod2usage (1) if $help;
if ($version) {