From 82c34b70805234e403a25b71d16431051a7bf0bc Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sun, 11 Aug 2019 02:42:12 -0400 Subject: [PATCH] Fix typo in --sevice flag help --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psu b/psu index 50a3890..8eb1311 100644 --- a/psu +++ b/psu @@ -41,7 +41,7 @@ main() { "prune;-r;--prune;Whether to prune unused containers or not (only used when action=deploy). Defaults to false" "timeout;-T;--timeout=[SECONDS];Timeout, number of seconds before thrown an error (only used when action=status|tasks|tasks:healthy). Defaults to 100" "detect-job;-j;--detect-job=[true|false];Auto detect services who are jobs in the current stack. Defaults to true" - "service;-S;--service[=SERVICE_NAME];Filtering by a service name of the current stack (only used when action=status|tasks|tasks:healthy|containers)" + "service;-S;--service=[SERVICE_NAME];Filtering by a service name of the current stack (only used when action=status|tasks|tasks:healthy|containers)" "insecure;-i;--insecure;Skip the host's SSL certificate verification, use at your own risk. Defaults to false" "verbose;-v;--verbose;Increase the verbosity of messages. Defaults to false" "debug;-d;--debug;Print as much information as possible to help diagnosing a malfunction. Defaults to false"