On Fri, Jun 21, 2019 at 1:19 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > > On Fri, Jun 21, 2019 at 6:43 AM Christian Couder > > <christian.couder@xxxxxxxxx> wrote: > >> On Thu, Jun 20, 2019 at 11:29 PM Emily Shaffer <emilyshaffer@xxxxxxxxxx> wrote: > >> > It doesn't require 1 or more args - you can run it with no args. So it > >> > might be better suited to state the args as optional: > >> > > >> > 'git psuh [arg]...' > >> > >> Yeah sure, I will will resend soon with such changes. > > > > More correct would be "git psuh [<arg>]". > > I think this takes 0 or more, not 0 or 1, so "git psuh [<arg>...]", > no? I hadn't read the tutorial, but looking at it now, I see that it indeed takes zero or more, so "git psuh [<arg>...]" would be best.