projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5001c4b
)
alphabetize the options
author
Micah Anderson
<micah@riseup.net>
Thu, 7 Aug 2008 23:19:43 +0000
(19:19 -0400)
committer
Micah Anderson
<micah@riseup.net>
Thu, 7 Aug 2008 23:19:43 +0000
(19:19 -0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index a0b7067c844964962daf969800cc4b2c2042b1c1..0a2f04b00bcb9624b7b4fdfba23bfb197d339bf2 100755
(executable)
--- a/
src/monkeysphere-server
+++ b/
src/monkeysphere-server
@@
-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