Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cromega committed Dec 18, 2017
1 parent 57fa2a9 commit 0a4fa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant-linode/commands/volumes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def help
end

opts.separator ''
opts.separator 'For help on any individual subcommand run `vagrant linode images <subcommand> -h`'
opts.separator 'For help on any individual subcommand run `vagrant linode volumes <subcommand> -h`'
end

@env.ui.info(opts.help, prefix: false)
Expand Down
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ en:
stackscript_udf_responses: !-
The stackscript UDF responses object provided is of the wrong type. It should be a Hash.
volume_size_missing: For volumes that need to be created the size has to be specified.
volume_label_missing: You must specify a volume label
volume_label_missing: You must specify a volume label.

0 comments on commit 0a4fa82

Please sign in to comment.