From 0a4fa8249adde64a81f18b3c25d83fd979c745ce Mon Sep 17 00:00:00 2001 From: Bence Monus Date: Mon, 18 Dec 2017 23:45:30 +0000 Subject: [PATCH] minor fixes --- lib/vagrant-linode/commands/volumes.rb | 2 +- locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vagrant-linode/commands/volumes.rb b/lib/vagrant-linode/commands/volumes.rb index 25e046a..e773720 100644 --- a/lib/vagrant-linode/commands/volumes.rb +++ b/lib/vagrant-linode/commands/volumes.rb @@ -44,7 +44,7 @@ def help end opts.separator '' - opts.separator 'For help on any individual subcommand run `vagrant linode images -h`' + opts.separator 'For help on any individual subcommand run `vagrant linode volumes -h`' end @env.ui.info(opts.help, prefix: false) diff --git a/locales/en.yml b/locales/en.yml index 267c5a5..adf8859 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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.