Merge pull request #1205 from MHBauer/gh1090

remove deprecated unused flag
This commit is contained in:
Victor Vieux 2015-09-09 17:29:42 -07:00
commit fe24dbcd1a
2 changed files with 0 additions and 6 deletions

View File

@ -22,7 +22,6 @@ var (
ShortName: "m",
Usage: "Manage a docker cluster",
Flags: []cli.Flag{
flStore,
flStrategy, flFilter,
flHosts,
flLeaderElection, flManageAdvertise,

View File

@ -27,11 +27,6 @@ func getDiscovery(c *cli.Context) string {
}
var (
flStore = cli.StringFlag{
Name: "rootdir",
Value: homepath(".swarm"),
Usage: "",
}
flJoinAdvertise = cli.StringFlag{
Name: "advertise, addr",
Usage: "Address of the Docker Engine joining the cluster. Swarm manager(s) MUST be able to reach the Docker Engine at this address.",