Quoting jidanni@xxxxxxxxxxx: > Hmmm, some git-commands --help act just like git commands --help, > $ git commit --help 2>&1|wc -l > 336 > $ git-commit --help 2>&1|wc -l > 336 > > But others don't > $ git am --help 2>&1|wc -l > 152 > $ git-am --help 2>&1|wc -l > 19 Thank you for your observation; what do you want to do about it? Are you complaining that some commands do not have customized description that is not as long as the full manual page but not as terse as the short help "-h" output? Or are you complaining some other commands do not give you full manual pages for "--help"? -- Nanako Shiraishi http://ivory.ap.teacup.com/nanako3/ -- 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