From b5f436e966fea78c722b695c35ba2212968b00ff Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 27 Jan 2016 20:46:35 +0100 Subject: caod: fixed incoherent error message Signed-off-by: Olivier Gayot --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') 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': -- cgit v1.2.3