From 548ad107a295797c7116d78d1e1a6de085e7c022 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 2 Feb 2016 11:32:30 -0500 Subject: [PATCH] Add quotes to ipfs config License: MIT Signed-off-by: Richard Littauer --- core/commands/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.