Capitalize the remaining tagline with /Tagline:.\*"[[:lower:]]/
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
rht committed
Jan 22, 2016 at 11:11 UTC
07c7a4cd762ba308cca7e5a5198ad548b3cd5494
2 files changed
+2
-2
core/commands/config.go
+1
-1
@@ -24,7 +24,7 @@ type ConfigField struct {
24
25
var ConfigCmd = &cmds.Command{
26
Helptext: cmds.HelpText{
27
- Tagline: "get and set IPFS config values.",
27
+ Tagline: "Get and set IPFS config values.",
28
Synopsis: `
29
ipfs config <key> - Get value of <key>
30
ipfs config <key> <value> - Set value of <key> to <value>
core/commands/sysdiag.go
+1
-1
@@ -14,7 +14,7 @@ import (
14
15
var sysDiagCmd = &cmds.Command{
16
Helptext: cmds.HelpText{
17
- Tagline: "prints out system diagnostic information.",
17
+ Tagline: "Prints out system diagnostic information.",
18
ShortDescription: `
19
Prints out information about your computer to aid in easier debugging.
20
`,