diff --git a/mongodump/options.go b/mongodump/options.go index 5682ef240..5af6cbe18 100644 --- a/mongodump/options.go +++ b/mongodump/options.go @@ -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:"" 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:"" 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"`