summaryrefslogtreecommitdiffstats
path: root/Documentation/pgm-gsql.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/pgm-gsql.txt')
-rw-r--r--Documentation/pgm-gsql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pgm-gsql.txt b/Documentation/pgm-gsql.txt
index c3a492aa87..37fbb74d4a 100644
--- a/Documentation/pgm-gsql.txt
+++ b/Documentation/pgm-gsql.txt
@@ -45,7 +45,7 @@ To manually correct a user's SSH user name:
Type '\h' for help. Type '\r' to clear the buffer.
- gerrit> update accounts set ssh_user_name = 'alice' where account_id=1;
+ gerrit> update accounts set ssh_user_name = 'alice' where account_id=1;
UPDATE 1; 1 ms
gerrit> \q
Bye