Skip to content

Commit

Permalink
update sync usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and iychoi committed Jan 24, 2023
1 parent 2767092 commit 59d0e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcmd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var syncCmd = &cobra.Command{
Use: "sync i:[local dir] [collection] or sync [collection] i:[local dir]",
Use: "sync i:[collection] [local dir] or sync [local dir] i:[collection]",
Short: "Sync local directory with iRODS collection",
Long: `This synchronizes a local directory with the given iRODS collection.`,
RunE: processSyncCommand,
Expand Down

0 comments on commit 59d0e82

Please sign in to comment.