aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfbgs4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbgs b/fbgs
index 5a7bdd2..15a4e05 100755
--- a/fbgs
+++ b/fbgs
@@ -72,10 +72,10 @@ while test "$opt" = "1"; do
-l) gsopts="$gsopts -r100x100"
shift
;;
- -xl) gsopts="$gsopts -r120x120"
+ -xl) gsopts="$gsopts -r200x200"
shift
;;
- -xxl) gsopts="$gsopts -r150x150"
+ -xxl) gsopts="$gsopts -r300x300"
shift
;;
-r | --resolution)