add: add a blank line at the end of pathless 'add [-u|-A]' warning
[gitweb.git] / builtin / add.c
index a4028eea9ee013559c9bbe2fd0b248874af23c8c..c13d5485858879a7889e00b0c99372ecd41f1985 100644 (file)
@@ -57,7 +57,9 @@ static void warn_pathless_add(void)
                  "  git add %s .\n"
                  "  (or git add %s .)\n"
                  "\n"
-                 "With the current Git version, the command is restricted to the current directory."),
+                 "With the current Git version, the command is restricted to "
+                 "the current directory.\n"
+                 ""),
                option_with_implicit_dot, short_option_with_implicit_dot,
                option_with_implicit_dot, short_option_with_implicit_dot,
                option_with_implicit_dot, short_option_with_implicit_dot);