Skip to content

Commit

Permalink
added build date on a home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ldn-softdev committed May 15, 2020
1 parent 830f013 commit effcee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jtc.cpp
Expand Up @@ -705,8 +705,8 @@ int main(int argc, char *argv[]) {
CommonResource cr;
REVEAL(cr, opt)

opt.prolog("\n" PRGNAME "\nVersion " VERSION \
", developed by " CREATOR " (" EMAIL ")\n");
opt.prolog("\n" PRGNAME "\nVersion " VERSION " (built on " __DATE__ \
"), developed by " CREATOR " (" EMAIL ")\n");
opt[CHR(OPT_ALL)].desc("process all JSONs from source, or disable multithreading if multiple"
" sources given");
opt[CHR(OPT_CMN)].desc("a common part of a walk-path, prepended to every followed -" STR(OPT_PRT)
Expand Down

0 comments on commit effcee2

Please sign in to comment.