diff --git a/core/commands/config.go b/core/commands/config.go index 6216909bb..233a533a9 100644 --- a/core/commands/config.go +++ b/core/commands/config.go @@ -33,11 +33,11 @@ ipfs config edit - Edit config file in $EDITOR ipfs config replace - Replaces the config file with `, 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.