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
f8d3136e
Commit
f8d3136e
authored
Mar 21, 2016
by
Matthias Schmitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix text alignment in dm help output.
* The explanation of 'manifest' was one tab to far intended.
parent
eaa692fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dm.go
cmd/dm/dm.go
+1
-1
No files found.
cmd/dm/dm.go
View file @
f8d3136e
...
...
@@ -60,7 +60,7 @@ var commands = []string{
"deploy
\t\t\t
Deploys the named template or the supplied configuration(s)"
,
"list
\t\t\t
Lists the deployments in the cluster"
,
"get
\t\t\t
Retrieves the supplied deployment"
,
"manifest
\t\t
\t
Lists manifests for deployment or retrieves the supplied manifest in the form (deployment[/manifest])"
,
"manifest
\t\t
Lists manifests for deployment or retrieves the supplied manifest in the form (deployment[/manifest])"
,
"delete
\t\t\t
Deletes the supplied deployment"
,
"update
\t\t\t
Updates a deployment using the supplied configuration(s)"
,
"deployed-types
\t\t
Lists the types deployed in the cluster"
,
...
...
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