From e9a12a54c38a5bb0e28956cef21110fe0b3df88b Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sun, 11 Aug 2019 02:45:18 -0400 Subject: [PATCH] Update --lint flag help --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psu b/psu index f778a37..38dc250 100644 --- a/psu +++ b/psu @@ -48,7 +48,7 @@ main() { "masked-variables;-m;--masked-variables;In debug/verbose mode, value of sensitive variables will be hidden, avoid leaking passwords/tokens in logs. Possible values: true|extended|false. Defaults to false" "quiet;-q;--quiet;Display the minimum of information or nothing, UNIX/Linux friendly. Defaults to false" "strict;-t;--strict;Never updates an existent stack nor removes an inexistent one, and instead exits with an error. Defaults to false" - "lint;-L;--lint;Validate the Docker compose/stack file before deploying the stack (only used when action=deploy). Defaults to false" + "lint;-L;--lint=[true|false];Validate the Docker compose/stack file before deploying the stack (only used when action=deploy). Defaults to false" "help;-h;--help;Display help message. To display help of a given action, run: 'psu --help'" "version;-V;--version;Display the version of this program" "secure;-s;--secure[=yes|no];DEPRECATED: Use the '--insecure' option instead. Enable or disable the host's SSL certificate verification. Defaults to 'yes'"