'tar --help' wasn't working. Fixed it.
-Erik
This commit is contained in:
parent
c03525475e
commit
b405dfa54d
@ -246,6 +246,9 @@ extern int tar_main(int argc, char **argv)
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
if (strcmp(*argv, "-help")==0) {
|
||||
usage(tar_usage);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user