Fix inconsistencies in usage cli output.

This commit is contained in:
Cameron Stokes
2016-12-24 12:39:33 -08:00
parent fccf115c56
commit 48e99e01f1
6 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ type ValidateCommand struct {
func (c *ValidateCommand) Help() string {
helpText := `
Usage: nomad validate [options] <file>
Usage: nomad validate [options] <path>
Checks if a given HCL job file has a valid specification. This can be used to
check for any syntax errors or validation problems with a job.