Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
c5557b38
Commit
c5557b38
authored
Oct 15, 2016
by
Jim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(tiller): make text punctuation consistent with helm help
Closes #1072
parent
70b29a47
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tiller.go
cmd/tiller/tiller.go
+3
-3
No files found.
cmd/tiller/tiller.go
View file @
c5557b38
...
@@ -69,9 +69,9 @@ var rootCommand = &cobra.Command{
...
@@ -69,9 +69,9 @@ var rootCommand = &cobra.Command{
func
main
()
{
func
main
()
{
pf
:=
rootCommand
.
PersistentFlags
()
pf
:=
rootCommand
.
PersistentFlags
()
pf
.
StringVarP
(
&
grpcAddr
,
"listen"
,
"l"
,
":44134"
,
"
The
address:port to listen on"
)
pf
.
StringVarP
(
&
grpcAddr
,
"listen"
,
"l"
,
":44134"
,
"address:port to listen on"
)
pf
.
StringVar
(
&
store
,
"storage"
,
storageConfigMap
,
"
The
storage driver to use. One of 'configmap' or 'memory'"
)
pf
.
StringVar
(
&
store
,
"storage"
,
storageConfigMap
,
"storage driver to use. One of 'configmap' or 'memory'"
)
pf
.
BoolVar
(
&
enableTracing
,
"trace"
,
false
,
"
E
nable rpc tracing"
)
pf
.
BoolVar
(
&
enableTracing
,
"trace"
,
false
,
"
e
nable rpc tracing"
)
rootCommand
.
Execute
()
rootCommand
.
Execute
()
}
}
...
...
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