git-submodule.sh: accept verbose flag in cmd_update to be non-quiet
[gitweb.git] / builtin / remote.c
index 5f52c5a6d6dfdb2202b9e86991b64bd1a5bd552d..f1a88fe2658986af2e33d3979af1764f6decc43b 100644 (file)
@@ -1151,8 +1151,11 @@ static int show(int argc, const char **argv)
                        url_nr = states.remote->url_nr;
                }
                for (i = 0; i < url_nr; i++)
-                       /* TRANSLATORS: the colon ':' should align with
-                          the one in "  Fetch URL: %s" translation */
+                       /*
+                        * TRANSLATORS: the colon ':' should align
+                        * with the one in " Fetch URL: %s"
+                        * translation.
+                        */
                        printf_ln(_("  Push  URL: %s"), url[i]);
                if (!i)
                        printf_ln(_("  Push  URL: %s"), _("(no URL)"));