Merge branch 'mm/mediawiki-encoding-fix'
[gitweb.git] / builtin / clean.c
index cf76b1f412e5423df42528c928c557764f31ad02..9a9151575d3a8d4eb16d73e432835d3cda4374b8 100644 (file)
@@ -904,11 +904,11 @@ int cmd_clean(int argc, const char **argv, const char *prefix)
 
        if (!interactive && !dry_run && !force) {
                if (config_set)
-                       die(_("clean.requireForce set to true and neither -i, -n nor -f given; "
+                       die(_("clean.requireForce set to true and neither -i, -n, nor -f given; "
                                  "refusing to clean"));
                else
-                       die(_("clean.requireForce defaults to true and neither -i, -n nor -f given; "
-                                 "refusing to clean"));
+                       die(_("clean.requireForce defaults to true and neither -i, -n, nor -f given;"
+                                 " refusing to clean"));
        }
 
        if (force > 1)