Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 0c2a75c

Browse files
author
Esteban Barrios
committed
Fixed first commit errors
1 parent ea30fd4 commit 0c2a75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/deploy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type DeployCommand struct {
2121
// Help provides the help information for the deploy command.
2222
func (c *DeployCommand) Help() string {
2323
helpText := `
24-
Usage: levant deploy [options] [TEMPLATE] [ESTEBAN]
24+
Usage: levant deploy [options] [TEMPLATE]
2525
2626
Deploy a Nomad job based on input templates and variable files. The deploy
2727
command supports passing variables individually on the command line. Multiple
@@ -79,7 +79,7 @@ General Options:
7979
-var-file=<file>
8080
Used in conjunction with the -job-file will deploy a templated job to your
8181
Nomad cluster. You can repeat this flag multiple times to supply multiple var-files.
82-
[default: levant.(json|yaml|yml|tf)]
82+
[default: levant.(json|yaml|yml|tf)]
8383
`
8484
return strings.TrimSpace(helpText)
8585
}

0 commit comments

Comments
 (0)