Skip to content

Commit

Permalink
Add chunked upload synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
borismattijssen committed Mar 29, 2017
1 parent 7714d3b commit 3153aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func UploadFactory() func() (cmd cli.Command, err error) {
cmd := &Upload{
command: &command{
help: "",
synopsis: "Upload a dataset to the cloud storage.",
parser: flags.NewNamedParser("nerd upload <path>", flags.Default),
synopsis: "Upload a dataset to cloud storage.\nOptionally you can specify a dataset-ID to append files to that dataset. This is also useful to continue an upload in case a previous try failed.",
parser: flags.NewNamedParser("nerd upload <path> [dataset-ID]", flags.Default),
ui: &cli.BasicUi{
Reader: os.Stdin,
Writer: os.Stderr,
Expand Down

0 comments on commit 3153aec

Please sign in to comment.