We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb6ad9 commit 4630f49Copy full SHA for 4630f49
plugins/sudoers/testsudoers.c
@@ -173,7 +173,7 @@ main(int argc, char *argv[])
173
case 'l':
174
if (test_ctx.mode != MODE_RUN) {
175
sudo_warnx(
176
- "only one of the -l or -v flags may be specified");
+ "only one of the -l, -L or -v flags may be specified");
177
usage();
178
}
179
test_ctx.mode = MODE_LIST;
@@ -213,7 +213,7 @@ main(int argc, char *argv[])
213
case 'v':
214
215
216
217
218
219
test_ctx.mode = MODE_VALIDATE;
0 commit comments