File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def formatify(instr):
154
154
"""This function is an ugly hack, because something in
155
155
MySQLdb/sqlalchemy goes wrong whenever there's a '%' (wildcard)
156
156
character, and it tries to run it through python's string
157
- formatter. This is teribly , but it's better than being
157
+ formatter. This is terrible , but it's better than being
158
158
insecure. Deal by escaping the %s."""
159
159
return instr .replace ('%' , '%%' )
160
160
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ Usage: remctl sql.mit.edu <command> <subcommand> <target> [..args..]
4
4
Commands:
5
5
account create - create a sql.mit.edu account
6
6
account delete - delete a sql.mit.edu account
7
- account whoami - check who the sql.mit.edu server thinks you are
8
7
account is-auth - check if you're authorized on the specified account
8
+ account whoami - check who the sql.mit.edu server thinks you are
9
9
database create - create the specified database
10
10
database drop - drop the specified database
11
- password set - change account password as specified
12
11
password generate - generate and set a new random password
12
+ password set - change account password as specified
13
+ profile get - get the account's profile (name and contact address)
14
+ profile set - set the account's profile
13
15
help - print this help
14
16
EOF
You can’t perform that action at this time.
0 commit comments