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')}
|
||||
|
||||
config_file:
|
||||
description: {_('loads command line parameters from a file')}
|
||||
description: {_('Loads command line parameters from a file')}
|
||||
type: unix_filename
|
||||
commandline: false
|
||||
params:
|
||||
|
|
@ -36,11 +36,11 @@ cli:
|
|||
default: .rougailcli.yml
|
||||
|
||||
debug:
|
||||
description: {_('display debug informations')}
|
||||
description: {_('Display debug informations')}
|
||||
default: false
|
||||
|
||||
versions:
|
||||
description: {_('display rougail version and all componants')}
|
||||
description: {_('Display rougail version and all componants')}
|
||||
default: false
|
||||
|
||||
load_config:
|
||||
|
|
|
|||
Loading…
Reference in a new issue