summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-08 18:09:24 +0100
committerRichard Jones <rjones@redhat.com>2009-05-08 18:09:24 +0100
commit035dd0842c6c6c92f8669a3f0817fb730accdd5f (patch)
tree267162f6e83a505a4db19729fa5958baccf78771
parent12ad502d1572727029fed3dd9d83c6a6837e9ef5 (diff)
downloadfebootstrap-035dd0842c6c6c92f8669a3f0817fb730accdd5f.tar.gz
febootstrap-035dd0842c6c6c92f8669a3f0817fb730accdd5f.tar.xz
febootstrap-035dd0842c6c6c92f8669a3f0817fb730accdd5f.zip
Fix '-g' option.
-rwxr-xr-xfebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap.sh b/febootstrap.sh
index 867de63..3cadf2a 100755
--- a/febootstrap.sh
+++ b/febootstrap.sh
@@ -47,7 +47,7 @@ while true; do
-i|--install)
packages[i++]="$2"
shift 2;;
- --groupinstall|--group-install)
+ -g|--groupinstall|--group-install)
packages[i++]="@$2"
shift 2;;
-p|--proxy)