summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-19 01:05:58 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-19 01:05:58 +0200
commit61bb636e42fd90549afb3aa0b4c648477b3f5989 (patch)
tree03911d41d5cedb1ba030a56c625596aad2faad75 /main.c
parent3d6bdb2cc11a293f536f38a975e4ae2095d467fa (diff)
Bunch of minor fixes
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ac6a385..e748ff6 100644
--- a/main.c
+++ b/main.c
@@ -337,7 +337,7 @@ usage(int argc, char **argv, bool invalid)
info("Usage: %s [OPTIONS]\n"
"\n"
"Valid options:\n"
- " -h, --homedir=DIR\tlook for configuration files in DIR\n"
+ " -H, --homedir=DIR\tlook for configuration files in DIR\n"
" -u, --user=USER\trun as USER\n"
" -D, --daemonize\trun in daemon mode (disables stderr output)\n"
" -l, --logfile=FILE\tlog to FILE instead of stderr\n"