Fix a syntax error on the PostgreSQL `createuser` utility

This commit is contained in:
J Smith 2019-06-14 16:11:51 -03:00
parent cf565254e2
commit 2ab70accf4
1 changed files with 3 additions and 3 deletions

View File

@ -404,9 +404,9 @@ _createuser () {
{-R,--no-createrole}'[role cannot create roles]' \
{-s,--superuser}'[role will be superuser]' \
{-S,--no-superuser}'[role will not be superuser]' \
{--interactive}'[prompt for missing role name and attributes rather than using defaults]' \
{--replication}'[role can initiate replication]' \
{--no-replication}'[role cannot initiate replication]' \
--interactive'[prompt for missing role name and attributes rather than using defaults]' \
--replication'[role can initiate replication]' \
--no-replication'[role cannot initiate replication]' \
}
_dropuser () {