mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
Merge pull request #2281 from ipfs/docs/add-quotes-to-config
Add quotes to ipfs config
This commit is contained in:
@ -33,11 +33,11 @@ ipfs config edit - Edit config file in $EDITOR
|
|||||||
ipfs config replace <file> - Replaces the config file with <file>
|
ipfs config replace <file> - Replaces the config file with <file>
|
||||||
`,
|
`,
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
ipfs config controls configuration variables. It works like 'git config'.
|
'ipfs config' controls configuration variables. It works like 'git config'.
|
||||||
The configuration values are stored in a config file inside your IPFS
|
The configuration values are stored in a config file inside your IPFS
|
||||||
repository.`,
|
repository.`,
|
||||||
LongDescription: `
|
LongDescription: `
|
||||||
ipfs config controls configuration variables. It works
|
'ipfs config' controls configuration variables. It works
|
||||||
much like 'git config'. The configuration values are stored in a config
|
much like 'git config'. The configuration values are stored in a config
|
||||||
file inside your IPFS repository.
|
file inside your IPFS repository.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user