diff -r 852801178a63 -r 135b23868f45 hgext/share.py --- a/hgext/share.py Tue Mar 17 22:21:09 2015 -0400 +++ b/hgext/share.py Tue Mar 17 22:47:08 2015 +0900 @@ -15,7 +15,7 @@ testedwith = 'internal' @command('share', - [('U', 'noupdate', None, _('do not create a working copy')), + [('U', 'noupdate', None, _('do not create a working directory')), ('B', 'bookmarks', None, _('also share bookmarks'))], _('[-U] [-B] SOURCE [DEST]'), norepo=True)