Remove contraint on num_args

This commit is contained in:
Arun Prakash Jana 2017-05-17 04:34:05 +05:30
parent b817699b7f
commit 8263c9c419
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions

3
nnn.c
View File

@ -2082,9 +2082,6 @@ main(int argc, char *argv[])
exit(1);
}
if (argc > 3)
usage();
while ((opt = getopt(argc, argv, "dSp:vh")) != -1) {
switch (opt) {
case 'S':