diff options
Diffstat (limited to 'cmd/swarm/flags.go')
-rw-r--r-- | cmd/swarm/flags.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/swarm/flags.go b/cmd/swarm/flags.go index 12edc8cc9..4c186cc31 100644 --- a/cmd/swarm/flags.go +++ b/cmd/swarm/flags.go @@ -156,6 +156,10 @@ var ( Name: "compressed", Usage: "Prints encryption keys in compressed form", } + SwarmBootnodeModeFlag = cli.BoolFlag{ + Name: "bootnode-mode", + Usage: "Run Swarm in Bootnode mode", + } SwarmFeedNameFlag = cli.StringFlag{ Name: "name", Usage: "User-defined name for the new feed, limited to 32 characters. If combined with topic, it will refer to a subtopic with this name", |