Fix env file parameter

This commit is contained in:
VALLEY Antoine (T0173847) 2019-07-24 09:24:11 +02:00
parent 42cca1ad8d
commit 54c4cede32

View file

@ -274,7 +274,7 @@ class PortainerCLI(object):
stack_name=('Stack name', 'option', 'n', str),
endpoint_id=('Endpoint id', 'option', 'e', int),
stack_file=('Stack file', 'option', 'sf'),
env_file=('Environment Variable file', 'option'),
env_file=('Environment Variable file', 'option', 'ef'),
prune=('Prune services', 'flag', 'p'),
clear_env=('Clear all env vars', 'flag', 'c'),
)