mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(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:
parent
04c73a970d
commit
8341a5f45d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue