Skip to content

Commit

Permalink
Fix typo in --help output (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritmos committed May 26, 2020
1 parent d62ed55 commit 0443423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodump/options.go
Expand Up @@ -56,7 +56,7 @@ func (inputOptions *InputOptions) GetQuery() ([]byte, error) {
// OutputOptions defines the set of options for writing dump data.
type OutputOptions struct {
Out string `long:"out" value-name:"<directory-path>" short:"o" description:"output directory, or '-' for stdout (default: 'dump')"`
Gzip bool `long:"gzip" description:"compress archive our collection output with Gzip"`
Gzip bool `long:"gzip" description:"compress archive or collection output with Gzip"`
Oplog bool `long:"oplog" description:"use oplog for taking a point-in-time snapshot"`
Archive string `long:"archive" value-name:"<file-path>" optional:"true" optional-value:"-" description:"dump as an archive to the specified path. If flag is specified without a value, archive is written to stdout"`
DumpDBUsersAndRoles bool `long:"dumpDbUsersAndRoles" description:"dump user and role definitions for the specified database"`
Expand Down

0 comments on commit 0443423

Please sign in to comment.