Skip to content

Commit

Permalink
Improve usage for -e.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent 5a314a5 commit 6dc075d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trrntzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,11 @@ int main(int argc, char **argv) {
"\tStatMat, shindakun, Ultrasubmarine, r3nh03k, goosecreature, "
"gordonj,\n\t0-wiz-0, A.Miller\n"
"Homepage: https://github.com/0-wiz-0/trrntzip\n\n"
"Usage: trrntzip [-dfghqsv] [-eFILE] [-l[DIR]] [PATH/ZIP FILE]\n\n"
"Usage: trrntzip [-dfghqsv] [-e[FILE]] [-l[DIR]] [PATH/ZIP FILE]\n\n"
"Options:\n"
"\t-h\t: show this help\n"
"\t-d\t: strip sub-directories from zips\n"
"\t-eFILE\t: write error log to FILE\n"
"\t-eFILE\t: write error log to FILE (empty to disable)\n"
"\t-f\t: force re-zip\n"
"\t-g\t: skip interactive prompts\n"
"\t-lDIR\t: write log files in DIR (empty to disable)\n"
Expand Down

0 comments on commit 6dc075d

Please sign in to comment.