Skip to content

Commit 3f55335

Browse files
SiarheiKresikvasily-chertkov
authored andcommitted
Remove client flags for non implemented features
1 parent e164db6 commit 3f55335

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

client/args.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,4 @@ func init() {
3636

3737
flag.StringVar(&config.host, "host", defaultHost, hostDesc)
3838
flag.StringVar(&config.host, "h", defaultHost, hostDesc+shorhand)
39-
40-
flag.BoolVar(&config.dump, "dump", defaultDump, dumpDesc)
41-
flag.BoolVar(&config.dump, "d", defaultDump, dumpDesc+shorhand)
42-
43-
flag.BoolVar(&config.restore, "restore", defaultRestore, restoreDesc)
44-
flag.BoolVar(&config.restore, "r", defaultRestore, restoreDesc+shorhand)
4539
}

0 commit comments

Comments
 (0)