Archived
1
0
Fork 0

adding version information to build.

This commit is contained in:
Henrik Hautakoski 2011-06-22 00:28:32 +02:00
parent a973415f0e
commit 8531c612d3
4 changed files with 31 additions and 1 deletions

View file

@ -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";