summaryrefslogtreecommitdiffstats
path: root/gurpmi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi.pm')
-rw-r--r--gurpmi.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gurpmi.pm b/gurpmi.pm
index 574043b6..434ce34d 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -35,6 +35,7 @@ Options :
--auto-select
--no-verify-rpm
--media media1,...
+ --root root
--searchmedia media1,...
USAGE
exit 0;
@@ -69,7 +70,7 @@ sub parse_command_line {
$options{$1} = 1;
next;
}
- if (/^--(media|searchmedia)$/) {
+ if (/^--(media|searchmedia|root)$/) {
$nextopt = $1;
next;
}