From 8341a5f45dbae17accf3ff8b3631637e566d4e62 Mon Sep 17 00:00:00 2001 From: Nate Wolfe Date: Fri, 21 Aug 2020 15:45:10 -0700 Subject: [PATCH] (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. --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 19e194a..7734778 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -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