gc: save log from daemonized gc --auto and print it next time
[gitweb.git] / line-log.c
index b7864ad5869eb076e778c352e2f64666dc77a525..1a6bc5921b4890273e4e9edab4d456cc27fd4064 100644 (file)
@@ -575,7 +575,7 @@ parse_lines(struct commit *commit, const char *prefix, struct string_list *args)
 
                name_part = skip_range_arg(item->string);
                if (!name_part || *name_part != ':' || !name_part[1])
-                       die("-L argument '%s' not of the form start,end:file",
+                       die("-L argument not 'start,end:file' or ':funcname:file': %s",
                            item->string);
                range_part = xstrndup(item->string, name_part - item->string);
                name_part++;