Hi, On Mon, 17 Sep 2007, Junio C Hamano wrote: > -USAGE='[-a] [-d] [-f] [-l] [-n] [-q] [--max-pack-size=N] [--window=N] [--window-memory=N] [--depth=N]' > +USAGE='[-a|-A] [-d] [-f] [-l] [-n] [-q] [--max-pack-size=N] [--window=N] [--window-memory=N] [--depth=N]' Would "[-a] [-A]" not be better? In other usage lines, we have the "|" for alternative forms of the _same_ option, like "[-m|--merge]". > + -A) all_into_one=t > + keep_unreachable=t ;; Why not "keep_unreachable=--keep-unreachable" and use "$args $keep_unreachable" later? Ciao, Dscho - 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