diff --git a/mercurial/commands.py b/mercurial/commands.py
index b87a50b7125c6c2f14314e6393435b2b98679ae0_bWVyY3VyaWFsL2NvbW1hbmRzLnB5..b695392491e723e49c9e299740bf1c5f88b845fb_bWVyY3VyaWFsL2NvbW1hbmRzLnB5 100644
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3043,7 +3043,7 @@
 
 commitopts2 = [
     ('d', 'date', '', _('record datecode as commit date')),
-    ('u', 'user', '', _('record user as committer')),
+    ('u', 'user', '', _('record the specified user as committer')),
 ]
 
 templateopts = [
diff --git a/tests/test-record.out b/tests/test-record.out
index b87a50b7125c6c2f14314e6393435b2b98679ae0_dGVzdHMvdGVzdC1yZWNvcmQub3V0..b695392491e723e49c9e299740bf1c5f88b845fb_dGVzdHMvdGVzdC1yZWNvcmQub3V0 100644
--- a/tests/test-record.out
+++ b/tests/test-record.out
@@ -36,7 +36,7 @@
  -m --message       use <text> as commit message
  -l --logfile       read commit message from <file>
  -d --date          record datecode as commit date
- -u --user          record user as committer
+ -u --user          record the specified user as committer
 
 use "hg -v help record" to show global options
 % select no files