Reduce help margin

This commit is contained in:
Tortue Torche 2019-08-10 22:33:28 -04:00 committed by Tortue Torche
parent 31947b4702
commit d3fe9898cf

8
psu
View File

@ -465,15 +465,15 @@ inputs() {
-e, --endpoint=[ENDPOINT_ID] Which Docker endpoint to use. Defaults to 1
-r, --prune Whether to prune unused containers or not. Defaults to false
-T, --timeout=[NUMBER_SECONDS] Status timeout, number of seconds before thrown an error (only used when action=status). Defaults to 100
-j, --detect-job=[true|false] Auto detect services who are jobs. Defaults to true
-S, --service[=SERVICE_NAME] Service name
-j, --detect-job=[true|false] Auto detect services who are jobs in the current stack. Defaults to true
-S, --service[=SERVICE_NAME] Filtering by a service name of the current stack
-i, --insecure Skip the host's SSL certificate verification. Defaults to false
-v, --verbose Increase the verbosity of messages. Defaults to false
-d, --debug Print as much information as possible to help diagnosing a malfunction. Defaults to false
-q, --quiet Display the minimum of information or nothing, UNIX/Linux friendly. Defaults to false
-t, --strict Never updates an existent stack nor removes an unexistent one, and instead exits with an error. Defaults to false
-t, --strict Never updates an existent stack nor removes an inexistent one, and instead exits with an error. Defaults to false
-h, --help Display this help message
-V, --version Display the version of this programm
-V, --version Display the version of this program
-s, --secure[=yes|no] DEPRECATED: Use the --insecure option instead. Enable or disable the host's SSL certificate verification. Defaults to 'yes'
-a, --action=[ACTION_NAME] DEPRECATED: Use <action> argument instead. The name of the action to execute