alphabetize the options
authorMicah Anderson <micah@riseup.net>
Thu, 7 Aug 2008 23:19:43 +0000 (19:19 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 7 Aug 2008 23:19:43 +0000 (19:19 -0400)
src/monkeysphere-server

index a0b7067c844964962daf969800cc4b2c2042b1c1..0a2f04b00bcb9624b7b4fdfba23bfb197d339bf2 100755 (executable)
@@ -236,7 +236,7 @@ gen_key() {
     revoker=
 
     # get options
-    TEMP=$(getopt -o l:e:r: -l length:,expire:,revoker: -n "$PGRM" -- "$@")
+    TEMP=$(getopt -o e:l:r -l expire:,length:,revoker: -n "$PGRM" -- "$@")
 
     if [ $? != 0 ] ; then
        exit 1