diff --git a/lib/itamae/cli.rb b/lib/itamae/cli.rb index 4ba47456..0ac52e6d 100644 --- a/lib/itamae/cli.rb +++ b/lib/itamae/cli.rb @@ -20,7 +20,7 @@ def self.define_exec_options option :node_yaml, type: :string, aliases: ['-y'] option :dry_run, type: :boolean, aliases: ['-n'] option :shell, type: :string, default: "/bin/sh" - option :ohai, type: :boolean, default: false, desc: "This option is DEPRECATED and will be inavailable." + option :ohai, type: :boolean, default: false, desc: "This option is DEPRECATED and will be unavailable." end desc "local RECIPE [RECIPE...]", "Run Itamae locally"