dropbox / dbxcli

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

"Usage" section of help text is missing arguments #13

Closed waits closed 8 years ago

waits commented 8 years ago

The "usage" section of the help text for all commands doesn't mention the argument(s) required. Example:

$ dbxcli get --help
Download a file

Usage:
  dbxcli get [flags]

It should actually say something like this: dbxcli get [flags] source [destination]

Or this: dbxcli get [flags] <source> [<destination>]

This seems to apply to all commands except the ones that don't take any arguments (du and version).