summaryrefslogtreecommitdiffstats
path: root/Documentation/cmd-gsql.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cmd-gsql.txt')
-rw-r--r--Documentation/cmd-gsql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cmd-gsql.txt b/Documentation/cmd-gsql.txt
index 3c4f1b52df..b53670b368 100644
--- a/Documentation/cmd-gsql.txt
+++ b/Documentation/cmd-gsql.txt
@@ -49,7 +49,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