Browse Source

Add --4MP shortcut

Matthias Vogelgesang 9 years ago
parent
commit
9f443f901d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      reset.sh

+ 4 - 0
reset.sh

@@ -124,6 +124,10 @@ for i in "$@"; do
             RESET_ALL=YES
             shift
             ;;
+        --4MP)
+            NUM_ROWS=2047
+            shift
+            ;;
         --num-rows=*)
             NUM_ROWS="${i#*=}"
             shift