Skip to content

Commit

Permalink
Better name for command-line flag
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Nov 17, 2021
1 parent d74c05c commit 659bf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rqlited/main.go
Expand Up @@ -113,7 +113,7 @@ func init() {
flag.BoolVar(&pprofEnabled, "pprof", true, "Serve pprof data on HTTP server")
flag.BoolVar(&onDisk, "on-disk", false, "Use an on-disk SQLite database")
flag.StringVar(&onDiskPath, "on-disk-path", "", "Path for SQLite on-disk database file. If not set, use file in data directory")
flag.BoolVar(&onDiskStartup, "on-disk-memory-startup", false, "Do not initialize on-disk database in memory first at startup")
flag.BoolVar(&onDiskStartup, "on-disk-startup", false, "Do not initialize on-disk database in memory first at startup")
flag.BoolVar(&fkConstraints, "fk", false, "Enable SQLite foreign key constraints")
flag.BoolVar(&showVersion, "version", false, "Show version information and exit")
flag.BoolVar(&raftNonVoter, "raft-non-voter", false, "Configure as non-voting node")
Expand Down

0 comments on commit 659bf26

Please sign in to comment.