fix: description
This commit is contained in:
parent
63b2131908
commit
8751165a7c
1 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ cli:
|
||||||
description: {_('Command line options')}
|
description: {_('Command line options')}
|
||||||
|
|
||||||
config_file:
|
config_file:
|
||||||
description: {_('loads command line parameters from a file')}
|
description: {_('Loads command line parameters from a file')}
|
||||||
type: unix_filename
|
type: unix_filename
|
||||||
commandline: false
|
commandline: false
|
||||||
params:
|
params:
|
||||||
|
|
@ -36,11 +36,11 @@ cli:
|
||||||
default: .rougailcli.yml
|
default: .rougailcli.yml
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
description: {_('display debug informations')}
|
description: {_('Display debug informations')}
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
description: {_('display rougail version and all componants')}
|
description: {_('Display rougail version and all componants')}
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
load_config:
|
load_config:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue