Skip to content

Commit

Permalink
Minor consistency fix to editgdpuser.py usage help message
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6142 b75ad72c-e7d7-11dd-a971-7dbc132099af
  • Loading branch information
jonasbardino committed Sep 24, 2024
1 parent 615d6f3 commit 9821917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mig/server/editgdpuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def usage(name='editgdpuser.py'):
%(name)s [OPTIONS] -i USER_ID [FULL_NAME] [ORGANIZATION] [STATE] [COUNTRY] [EMAIL]
Where OPTIONS may be one or more of:
-c CONF_FILE Use CONF_FILE as server configuration
-d MIG DB_FILE Use DB_FILE as MiG user database file
-d MIG_DB_FILE Use MIG_DB_FILE as MiG user database file
-f Force operations to continue past errors
WARNING: This disables rollback in case of failure
-g GDP DB_FILE Use GDP_DB_FILE as GDP user database file
-g GDP_DB_FILE Use GDP_DB_FILE as GDP user database file
-h Show this help
-i CERT_DN CERT_DN of user to edit
-r Reset project logins
Expand Down

0 comments on commit 9821917

Please sign in to comment.