On Mon, Jun 17, 2019 at 02:47:09PM +0200, Tim van der Molen wrote:
> sftp(1) has this:
> 
>      reput [-Ppr] [local-path] remote-path
>              Resume upload of [local-path].  Equivalent to put with the -a
>              flag set.
> 
> remote-path should be marked optional, not local-path. Probably a pasto
> from reget.
> 
> OK?
> 

hi.

ok by me, but i have another question - shouldn;t the usage for reput
and reget show the -f flag too? i know it's unrelated to your diff, but
two birds and all that.

jmc

> Index: sftp.1
> ===================================================================
> RCS file: /cvs/src/usr.bin/ssh/sftp.1,v
> retrieving revision 1.125
> diff -p -u -r1.125 sftp.1
> --- sftp.1    22 Jan 2019 06:58:31 -0000      1.125
> +++ sftp.1    17 Jun 2019 12:42:05 -0000
> @@ -613,11 +613,11 @@ with the
>  flag set.
>  .It Xo Ic reput
>  .Op Fl Ppr
> -.Op Ar local-path
> -.Ar remote-path
> +.Ar local-path
> +.Op Ar remote-path
>  .Xc
>  Resume upload of
> -.Op Ar local-path .
> +.Ar local-path .
>  Equivalent to
>  .Ic put
>  with the
> 

Reply via email to