Browse Source

Remove contraint on num_args

master
Arun Prakash Jana 8 years ago
parent
commit
8263c9c419
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      nnn.c

+ 0
- 3
nnn.c View File

@@ -2082,9 +2082,6 @@ main(int argc, char *argv[])
exit(1); exit(1);
} }


if (argc > 3)
usage();

while ((opt = getopt(argc, argv, "dSp:vh")) != -1) { while ((opt = getopt(argc, argv, "dSp:vh")) != -1) {
switch (opt) { switch (opt) {
case 'S': case 'S':


Loading…
Cancel
Save