diff --git a/command/fs_cat.go b/command/fs_cat.go index fa588c5c5..21f1b7641 100644 --- a/command/fs_cat.go +++ b/command/fs_cat.go @@ -13,7 +13,7 @@ type FSCatCommand struct { func (f *FSCatCommand) Help() string { helpText := ` - Usage: nomad fs-cat + Usage: nomad fs cat Dispays a file in an allocation directory at the given path. The path is relative to the allocation directory and defaults to root if unspecified. diff --git a/command/fs_ls.go b/command/fs_ls.go index 44b667117..7066d30a2 100644 --- a/command/fs_ls.go +++ b/command/fs_ls.go @@ -11,7 +11,7 @@ type FSListCommand struct { func (f *FSListCommand) Help() string { helpText := ` -Usage: nomad fs-ls +Usage: nomad fs ls ls displays the contents of the allocation directory for the passed allocation. The path is relative to the root of the alloc dir and defaults to root if unspecified. diff --git a/command/fs_stat.go b/command/fs_stat.go index 16651c51c..5ba345408 100644 --- a/command/fs_stat.go +++ b/command/fs_stat.go @@ -11,7 +11,7 @@ type FSStatCommand struct { func (f *FSStatCommand) Help() string { helpText := ` -Usage: nomad fs-stat +Usage: nomad fs stat Displays information about an entry in an allocation directory at the given path. The path is relative to the allocation directory and defaults to root if unspecified.