dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Add argument information to "usage" section of help text #14

Closed waits closed 8 years ago

waits commented 8 years ago

The help text for most commands didn't mention which arguments they take. This commit adds that information to the "usage" section of the help text, using the convention <arg> for required arguments and [<optarg>] for optional arguments.

Closes #13.

diwakergupta commented 8 years ago

Am a little worried about how hard this will be to maintain if args ever change, but we'll see. Thanks for the PR!