mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
csv -> CSV
This commit is contained in:
parent
24d87ea40e
commit
a40084460b
1 changed files with 2 additions and 2 deletions
|
@ -222,11 +222,11 @@ user:
|
|||
type: open
|
||||
-u:
|
||||
full: --update
|
||||
help: Update all existing users contained in the csv file (by default existing users are ignored)
|
||||
help: Update all existing users contained in the CSV file (by default existing users are ignored)
|
||||
action: store_true
|
||||
-d:
|
||||
full: --delete
|
||||
help: Delete all existing users that are not contained in the csv file (by default existing users are kept)
|
||||
help: Delete all existing users that are not contained in the CSV file (by default existing users are kept)
|
||||
action: store_true
|
||||
|
||||
subcategories:
|
||||
|
|
Loading…
Add table
Reference in a new issue