diff --git a/src/trrntzip.c b/src/trrntzip.c index eb59b4c..450dade 100644 --- a/src/trrntzip.c +++ b/src/trrntzip.c @@ -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"