Browse Source

Add missing -S to the list of short options.

Georgi Chorbadzhiyski 12 years ago
parent
commit
9adf05eef0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tsdecrypt.c

+ 1
- 1
tsdecrypt.c View File

@@ -201,7 +201,7 @@ static int parse_io_param(struct io *io, char *opt, int open_flags, mode_t open_
201 201
 
202 202
 static void parse_options(struct ts *ts, int argc, char **argv) {
203 203
 	int j, i, ca_err = 0, server_err = 1, input_addr_err = 0, output_addr_err = 0, output_intf_err = 0, ident_err = 0;
204
-	while ( (j = getopt_long(argc, argv, "i:d:N:l:L:I:RzM:O:o:t:pc:C:s:U:P:y:eZ:Ef:X:H:G:KJ:D:hV", long_options, NULL)) != -1 ) {
204
+	while ( (j = getopt_long(argc, argv, "i:d:N:Sl:L:I:RzM:O:o:t:pc:C:s:U:P:y:eZ:Ef:X:H:G:KJ:D:hV", long_options, NULL)) != -1 ) {
205 205
 		char *p = NULL;
206 206
 		switch (j) {
207 207
 			case 'i':

Loading…
Cancel
Save