gofmt
Tommi Virtanen committed
Apr 28, 2015 at 16:18 UTC
e78305546c4e72b8a8f568c92c1f86330563aa2d
2 files changed
+2
-3
cmd/ipfs/main.go
-1
@@ -116,7 +116,6 @@ func main() {
116
}
117
}
118
119
-
119
// ok now handle parse error (which means cli input was wrong,
120
// e.g. incorrect number of args, or nonexistent subcommand)
121
if parseErr != nil {
commands/cli/helptext.go
+2
-2
@@ -14,8 +14,8 @@ const (
14
requiredArg = "<%v>"
15
optionalArg = "[<%v>]"
16
variadicArg = "%v..."
17
- shortFlag = "-%v"
18
- longFlag = "--%v"
17
+ shortFlag = "-%v"
18
+ longFlag = "--%v"
19
optionType = "(%v)"
20
21
whitespace = "\r\n\t "