mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +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>
|
||||
`,
|
||||
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
|
||||
repository.`,
|
||||
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
|
||||
file inside your IPFS repository.
|
||||
|
||||
|
Reference in New Issue
Block a user