summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index c243f05f0..85cffce06 100755
--- a/anaconda
+++ b/anaconda
@@ -6,7 +6,7 @@ import lang
_=lang.gettext
# fixme - first stage install passes --method
-(args, extra) = getopt.getopt(sys.argv[1:], 'p:gTtdr:f',
+(args, extra) = getopt.getopt(sys.argv[1:], 'p:GTtdr:f',
[ 'gui', 'text', 'test', 'debug', 'rootpath=',
'testpath=', 'mountfs', 'method' ])