Add quotes to ipfs config
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 2, 2016 at 11:32 UTC
548ad107a295797c7116d78d1e1a6de085e7c022
1 file changed
+2
-2
core/commands/config.go
+2
-2
@@ -33,11 +33,11 @@ ipfs config edit - Edit config file in $EDITOR
33
ipfs config replace <file> - Replaces the config file with <file>
34
`,
35
ShortDescription: `
36
-ipfs config controls configuration variables. It works like 'git config'.
36
+'ipfs config' controls configuration variables. It works like 'git config'.
37
The configuration values are stored in a config file inside your IPFS
38
repository.`,
39
LongDescription: `
40
-ipfs config controls configuration variables. It works
40
+'ipfs config' controls configuration variables. It works
41
much like 'git config'. The configuration values are stored in a config
42
file inside your IPFS repository.
43