Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 10541:fac67f0bfbb2 stable
commands: clarify --config syntax
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Wed, 24 Feb 2010 11:04:56 -0300 |
parents | 9c0ba837dc65 |
children | b1339234080e |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Feb 23 23:10:01 2010 -0600 +++ b/mercurial/commands.py Wed Feb 24 11:04:56 2010 -0300 @@ -3334,7 +3334,8 @@ _('do not prompt, assume \'yes\' for any required answers')), ('q', 'quiet', None, _('suppress output')), ('v', 'verbose', None, _('enable additional output')), - ('', 'config', [], _('set/override config option')), + ('', 'config', [], + _('set/override config option (use \'section.name=value\')')), ('', 'debug', None, _('enable debugging output')), ('', 'debugger', None, _('start debugger')), ('', 'encoding', encoding.encoding, _('set the charset encoding')),