csv -> CSV

This commit is contained in:
Alexandre Aubin 2021-08-27 14:10:20 +02:00
parent 24d87ea40e
commit a40084460b

View file

@ -222,11 +222,11 @@ user:
type: open type: open
-u: -u:
full: --update 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 action: store_true
-d: -d:
full: --delete 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 action: store_true
subcategories: subcategories: