Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
e7830554
Commit
e7830554
authored
9 years ago
by
Tommi Virtanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gofmt
parent
a0af9f5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
cmd/ipfs/main.go
cmd/ipfs/main.go
+0
-1
commands/cli/helptext.go
commands/cli/helptext.go
+2
-2
No files found.
cmd/ipfs/main.go
View file @
e7830554
...
...
@@ -116,7 +116,6 @@ func main() {
}
}
// ok now handle parse error (which means cli input was wrong,
// e.g. incorrect number of args, or nonexistent subcommand)
if
parseErr
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
commands/cli/helptext.go
View file @
e7830554
...
...
@@ -14,8 +14,8 @@ const (
requiredArg
=
"<%v>"
optionalArg
=
"[<%v>]"
variadicArg
=
"%v..."
shortFlag
=
"-%v"
longFlag
=
"--%v"
shortFlag
=
"-%v"
longFlag
=
"--%v"
optionType
=
"(%v)"
whitespace
=
"
\r\n\t
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment