Skip to content

Commit

Permalink
(maint) Mention configuration file in CLI help text description
Browse files Browse the repository at this point in the history
So users can be aware of the configuration file since it will no
longer be emitted as a warning during CLI invocation.
  • Loading branch information
nwolfe committed Aug 21, 2020
1 parent 04c73a9 commit 8341a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmfloaty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Vmfloaty

def run # rubocop:disable Metrics/AbcSize
program :version, Vmfloaty::VERSION
program :description, "A CLI helper tool for Puppet's vmpooler to help you stay afloat"
program :description, "A CLI helper tool for Puppet's vmpooler to help you stay afloat.\n\nConfiguration may be placed in a ~/.vmfloaty.yml file."

config = Conf.read_config

Expand Down

0 comments on commit 8341a5f

Please sign in to comment.