Skip to content
Snippets Groups Projects
Commit de9bb77a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in help text

parent a4a3ead3
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ for(var i = 0; i < argc; i++) { ...@@ -59,7 +59,7 @@ for(var i = 0; i < argc; i++) {
writeln(" (default: " + default_excludes.join(',') + ")"); writeln(" (default: " + default_excludes.join(',') + ")");
writeln(" -diz always extract/use description in archive"); writeln(" -diz always extract/use description in archive");
writeln(" -update update existing file entries (default is to skip them)"); writeln(" -update update existing file entries (default is to skip them)");
writeln(" -readd re-add existing file entries (so they appears as newly-uploaded"); writeln(" -readd re-add existing file entries (so they appear as newly-uploaded");
writeln(" -date[=fmt] include today's date in description"); writeln(" -date[=fmt] include today's date in description");
writeln(" -fdate[=fmt] include file's date in description"); writeln(" -fdate[=fmt] include file's date in description");
writeln(" -adate[=fmt] include newest archived file date in description"); writeln(" -adate[=fmt] include newest archived file date in description");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment