]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-branch.c
Documentation: boolean value may be given by on/off
[git.git] / builtin-branch.c
index 330e0c3f1605b46ab6257f0947051c3e562d9cc6..ca81d725cbac618b7dbb351dc4fb8d3a7f8fef1b 100644 (file)
@@ -167,7 +167,7 @@ static int delete_branches(int argc, const char **argv, int force, int kinds)
                        ret = 1;
                } else {
                        struct strbuf buf = STRBUF_INIT;
-                       printf("Deleted %sbranch %s (%s).\n", remote,
+                       printf("Deleted %sbranch %s (was %s).\n", remote,
                               bname.buf,
                               find_unique_abbrev(sha1, DEFAULT_ABBREV));
                        strbuf_addf(&buf, "branch.%s", bname.buf);