Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'
[gitweb.git] / builtin / commit.c
index a138ff85b0b699575f4e4f19094fa245a987833d..833ecb316a8fa5a8bef7bc5894c2f6d571c57427 100644 (file)
@@ -1194,7 +1194,8 @@ static int parse_and_validate_options(int argc, const char *argv[],
        handle_untracked_files_arg(s);
 
        if (all && argc > 0)
-               die(_("Paths with -a does not make sense."));
+               die(_("paths '%s ...' with -a does not make sense"),
+                   argv[0]);
 
        if (status_format != STATUS_FORMAT_NONE)
                dry_run = 1;