diff --git a/daemons/clvmd/clvmd.c b/daemons/clvmd/clvmd.c index c6d51bda1..53daa8cc7 100644 --- a/daemons/clvmd/clvmd.c +++ b/daemons/clvmd/clvmd.c @@ -154,7 +154,7 @@ static void usage(const char *prog, FILE *file) { fprintf(file, "Usage: %s [options]\n" " -C Sets debug level (from -d) on all clvmd instances clusterwide\n" - " -d[n] Set debug logging (0:none, 1:stderr (implies -f option), 2:syslog)\n" + " -d[] Set debug logging (0:none, 1:stderr (implies -f option), 2:syslog)\n" " -E Take this lock uuid as exclusively locked resource (for restart)\n" " -f Don't fork, run in the foreground\n" " -h Show this help information\n"