(maint) Mention configuration file in CLI help text description

So users can be aware of the configuration file since it will no
longer be emitted as a warning during CLI invocation.
This commit is contained in:
Nate Wolfe 2020-08-21 15:45:10 -07:00
parent 04c73a970d
commit 8341a5f45d
No known key found for this signature in database
GPG key ID: B2DE44E5E14C0F96

View file

@ -20,7 +20,7 @@ class Vmfloaty
def run # rubocop:disable Metrics/AbcSize def run # rubocop:disable Metrics/AbcSize
program :version, Vmfloaty::VERSION 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 config = Conf.read_config