summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2016-01-27 20:46:35 +0100
committerOlivier Gayot <duskcoder@gmail.com>2016-01-27 20:46:35 +0100
commitb5f436e966fea78c722b695c35ba2212968b00ff (patch)
treee2f9303de8fa3ab8999904656cc32e91414983a5
parentb3c2c468680f35bf5b46d31c24781d5982d24532 (diff)
caod: fixed incoherent error message
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 0b71b89..e650692 100644
--- a/daemon.c
+++ b/daemon.c
@@ -388,7 +388,7 @@ static char **parse_opt(int *argc, char *argv[])
case 'w':
if (optarg[0] != '/')
errmsg_and_usage(argv[0],
- "Must specify an absolute path for -D\n");
+ "Must specify an absolute path for -w\n");
pages_dir_g = optarg;
break;
case 'H':