You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the generic help message has these lines:
To send files, use `wormhole send <PATH>`.
To receive files, use `wormhole receive <CODE>`.
With the default binary name wormhole-rs this is not correct. If you rename (or softlink to) the binary, the USAGE line gets changed to for instance: rw [OPTIONS] <SUBCOMMAND>.
It would be nice if wormhole in the above lines also could automatically adapt to the binary name.
The text was updated successfully, but these errors were encountered:
Right now, the generic help message has these lines:
With the default binary name
wormhole-rs
this is not correct. If you rename (or softlink to) the binary, the USAGE line gets changed to for instance:rw [OPTIONS] <SUBCOMMAND>
.It would be nice if
wormhole
in the above lines also could automatically adapt to the binary name.The text was updated successfully, but these errors were encountered: