We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df88c1 commit ee549ebCopy full SHA for ee549eb
src/wsdd.c
@@ -62,8 +62,8 @@ static const char *help_str =
62
#else
63
" Build mode: release\n"
64
#endif
65
- " Build date: "__DATE__"\n"
66
- " Build time: "__TIME__"\n\n"
+ " Build date: " __DATE__ "\n"
+ " Build time: " __TIME__ "\n\n"
67
"Options: description:\n\n"
68
" --no_chdir Don't change the directory to '/'\n"
69
" --no_close Don't close standart IO files\n"
0 commit comments