@cryptotaxi247 / kubo / commits / a39c29933

commands: don't use -O as global offline

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed Dec 17, 2018 at 08:52 UTC a39c29933a71b0d872ab644412347aa6479bef51
1 file changed +1 -1
core/commands/root.go
+1 -1
@@ -94,7 +94,7 @@ The CLI will exit with one of the following values:
94 cmdkit.BoolOption(cmds.OptLongHelp, "Show the full command help text."),
95 cmdkit.BoolOption(cmds.OptShortHelp, "Show a short version of the command help text."),
96 cmdkit.BoolOption(LocalOption, "L", "Run the command locally, instead of using the daemon. DEPRECATED: use --offline."),
97 - cmdkit.BoolOption(OfflineOption, "O", "Run the command offline."),
97 + cmdkit.BoolOption(OfflineOption, "Run the command offline."),
98 cmdkit.StringOption(ApiOption, "Use a specific API instance (defaults to /ip4/127.0.0.1/tcp/5001)"),
99
100 // global options, added to every command