On Thu, Sep 17, 2009 at 7:00 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Thiago Farina <tfransosi@xxxxxxxxx> writes: > >> +static const char pack_usage[] = >> + "git pack-objects [{ -q | --progress | --all-progress }] \n" >> + " [--max-pack-size=N] [--local] [--incremental] \n" >> + " [--window=N] [--window-memory=N] [--depth=N] \n" >> + " [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset] \n" >> + " [--threads=N] [--non-empty] [--revs [--unpacked | --all]*] [--reflog] \n" >> + " [--stdout | base-name] [--include-tag] \n" >> + " [--keep-unreachable | --unpack-unreachable] \n" >> + " [<ref-list | <object-list]"; > > Do you still want to keep the trailing whitespace on these lines? I did this to maintain the same output of the old string, but if you want I can change, what you suggest? -- 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