Fix a syntax error on the PostgreSQL `createuser` utility
This commit is contained in:
		
							parent
							
								
									cf565254e2
								
							
						
					
					
						commit
						2ab70accf4
					
				|  | @ -404,9 +404,9 @@ _createuser () { | ||||||
|         {-R,--no-createrole}'[role cannot create roles]' \ |         {-R,--no-createrole}'[role cannot create roles]' \ | ||||||
|         {-s,--superuser}'[role will be superuser]' \ |         {-s,--superuser}'[role will be superuser]' \ | ||||||
|         {-S,--no-superuser}'[role will not be superuser]' \ |         {-S,--no-superuser}'[role will not be superuser]' \ | ||||||
|         {--interactive}'[prompt for missing role name and attributes rather than using defaults]' \ |         --interactive'[prompt for missing role name and attributes rather than using defaults]' \ | ||||||
|         {--replication}'[role can initiate replication]' \ |         --replication'[role can initiate replication]' \ | ||||||
|         {--no-replication}'[role cannot initiate replication]' \ |         --no-replication'[role cannot initiate replication]' \ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| _dropuser () { | _dropuser () { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue