diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-06 16:50:13 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-06 16:50:13 +0100 |
commit | d9513e62bf484eea8a9ca63c2bfac10f4bdb6c9f (patch) | |
tree | 54e1d527019eb82415452148a02462e4c2583425 | |
parent | 618315bc0729c3064e06af2900a86211354f81c9 (diff) |
main: sort getopt characters
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ int main(int argc, char **argv) init_defaults_pre(); signal(SIGPIPE, SIG_IGN); - while ((ch = getopt(argc, argv, "afqSDRXC:K:E:I:p:s:h:c:l:L:d:r:m:n:N:x:y:i:t:k:T:A:u:U:")) != -1) { + while ((ch = getopt(argc, argv, "A:aC:c:Dd:E:fh:I:i:K:k:L:l:m:N:n:p:qRr:Ss:T:t:U:u:Xx:y:")) != -1) { switch(ch) { #ifdef HAVE_TLS case 'C': |