summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-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':