Hi, On Fri, Apr 9, 2010 at 4:49 PM, Peter Kjellerstedt <peter.kjellerstedt@xxxxxxxx> wrote: >> From: git-owner@xxxxxxxxxxxxxxx [mailto:git-owner@xxxxxxxxxxxxxxx] On >> Behalf Of Tay Ray Chuan >> static const char ls_remote_usage[] = >> -"git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>] <repository> <refs>..."; >> + "git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n" >> +" [<repository> [<refs>...]]"; > > That should be: > > static const char ls_remote_usage[] = > "git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n" > " [<repository> [<refs>...]]"; > > or the second line of the usage will not be indented as intended. Nope, you are not right - you didn't take into account the "usage: " string that is prepended. (The non-printed whitespace in front of "git ls-remote..." is equivalent to that string.) -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html