'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;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if (strcmp(*argv, "-help")==0) {
|
||||||
|
usage(tar_usage);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user