We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 932b573 + 33f3c68 commit 2a5aa82Copy full SHA for 2a5aa82
setup.c
@@ -230,7 +230,7 @@ void verify_filename(const char *prefix,
230
int diagnose_misspelt_rev)
231
{
232
if (*arg == '-')
233
- die("bad flag '%s' used after filename", arg);
+ die("option '%s' must come before non-option arguments", arg);
234
if (looks_like_pathspec(arg) || check_filename(prefix, arg))
235
return;
236
die_verify_filename(prefix, arg, diagnose_misspelt_rev);
0 commit comments