Added -VVV to usage output

This commit is contained in:
Ralf Haferkamp 2010-11-01 15:20:39 +00:00
parent c4d6e40ee1
commit ccd5b3d52d

View file

@ -344,7 +344,8 @@ usage( char *name )
#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
"\t-u user\t\tUser (id or name) to run as\n"
#endif
"\t-V\t\tprint version info (-VV only)\n"
"\t-V\t\tprint version info (-VV exit afterwards, -VVV print\n"
"\t\t\tinfo about static overlays and backends)\n"
);
}