Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Change naming of DatabaseHostname to LocalHostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitzoz committed Feb 10, 2018
1 parent 34b5a4d commit 886b8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strata/cmd/mongo/lreplica_drivers/lrs3driver/lrs3driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type AWSOptions struct {

// ReplicaOptions are used for commands like backup and restore
type ReplicaOptions struct {
DatabaseHostname string `long:"database-hostname" default:"localhost" description:"Database hostname can be override with a specific hostname in most cases localhost is sufficient"`
LocalHostname string `long:"local-hostname" default:"localhost" description:"'localhost' or a hostname that is accessible on the local machine via e.g. kubernetes network"`
MaxBackgroundCopies int `long:"max-background-copies" default:"16" description:"Backup and restore actions will use up to this many goroutines to copy files"`
Port int `long:"port" default:"27017" description:"Backup should look for a mongod instance that is listening on this port"`
Username string `long:"username" description:"If auth is configured, specify the username with admin privileges here"`
Expand Down

0 comments on commit 886b8c8

Please sign in to comment.