Skip to content

Commit b3abb95

Browse files
Update dbcommands.py (#144)
Just fixed confusion about command doc (List roles. => List privileges.)
1 parent f05518e commit b3abb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgspecial/dbcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def list_roles(cur, pattern, verbose):
139139
return [(None, cur, headers, cur.statusmessage)]
140140

141141

142-
@special_command("\\dp", "\\dp [pattern]", "List roles.", aliases=("\\z",))
142+
@special_command("\\dp", "\\dp [pattern]", "List privileges.", aliases=("\\z",))
143143
def list_privileges(cur, pattern, verbose):
144144
"""Returns (title, rows, headers, status)"""
145145
sql = SQL(

0 commit comments

Comments
 (0)