aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 20bb06cbe..6fbb14d0b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -69,12 +69,12 @@ void usage(char * argv[]) {
SYSTEM_CONFIG_FILE_LOCATION);
ERROR("\n");
ERROR("options:\n");
- ERROR(" --help this usage statement\n");
- ERROR(" --no-daemon don't detach from console\n");
- ERROR(" --create-db force (re)creation database\n");
- ERROR(" --no-create-db don't create database\n");
- ERROR(" --verbose verbose logging\n");
- ERROR(" --version prints version information\n");
+ ERROR(" --help this usage statement\n");
+ ERROR(" --no-daemon don't detach from console\n");
+ ERROR(" --create-db force (re)creation database\n");
+ ERROR(" --no-create-db don't create database\n");
+ ERROR(" --verbose verbose logging\n");
+ ERROR(" --version prints version information\n");
}
void version() {