Skip to content

Commit d0da464

Browse files
committed
Minor consistency fix to editgdpuser.py usage help message
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6142 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 246663b commit d0da464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mig/server/editgdpuser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ def usage(name='editgdpuser.py'):
5151
%(name)s [OPTIONS] -i USER_ID [FULL_NAME] [ORGANIZATION] [STATE] [COUNTRY] [EMAIL]
5252
Where OPTIONS may be one or more of:
5353
-c CONF_FILE Use CONF_FILE as server configuration
54-
-d MIG DB_FILE Use DB_FILE as MiG user database file
54+
-d MIG_DB_FILE Use MIG_DB_FILE as MiG user database file
5555
-f Force operations to continue past errors
5656
WARNING: This disables rollback in case of failure
57-
-g GDP DB_FILE Use GDP_DB_FILE as GDP user database file
57+
-g GDP_DB_FILE Use GDP_DB_FILE as GDP user database file
5858
-h Show this help
5959
-i CERT_DN CERT_DN of user to edit
6060
-r Reset project logins

0 commit comments

Comments
 (0)