commands(help): remove --local and --stream-chanels options
Users should use --offline instead of --local and --stream-channels is sent by default (and doesn't do anything as far as I can tell)... License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Mar 1, 2019 at 14:52 UTC
5e5c040cc37d5e4984fb37940ee93f1e4f323937
1 file changed
+1
-1
core/commands/root.go
+1
-1
@@ -29,7 +29,7 @@ const (
29
var Root = &cmds.Command{
30
Helptext: cmdkit.HelpText{
31
Tagline: "Global p2p merkle-dag filesystem.",
32
- Synopsis: "ipfs [--config=<config> | -c] [--debug | -D] [--help] [-h] [--local | -L] [--api=<api>] [--offline] [--cid-base=<base>] [--upgrade-cidv0-in-output] [--encoding=<encoding> | --enc] [--stream-channels] [--timeout=<timeout>] <command> ...",
32
+ Synopsis: "ipfs [--config=<config> | -c] [--debug | -D] [--help] [-h] [--api=<api>] [--offline] [--cid-base=<base>] [--upgrade-cidv0-in-output] [--encoding=<encoding> | --enc] [--timeout=<timeout>] <command> ...",
33
Subcommands: `
34
BASIC COMMANDS
35
init Initialize ipfs local configuration