adding version information to build.
This commit is contained in:
parent
a973415f0e
commit
8531c612d3
4 changed files with 31 additions and 1 deletions
|
|
@ -27,6 +27,9 @@
|
|||
#include "util.h"
|
||||
|
||||
static const char *archived_usage_str =
|
||||
#ifdef ARCHIVED_VERSION
|
||||
"Archived " ARCHIVED_VERSION "\n"
|
||||
#endif
|
||||
"Usage: archived [-c <config>] <root>\n"
|
||||
" config - Path to the configuration file (default ./config.ini)\n"
|
||||
" root - Path to indexroot. All subdirectories will be indexed.\n";
|
||||
|
|
|
|||
Reference in a new issue