# HG changeset patch # User Martin Geisler # Date 2009-06-27 10:05:01 # Node ID 9cda78218ab3259ec759363f6fc948336aefd6dd # Parent 576623f959726bdbbf0c5dbb877823614034df06 inotify: OPT -> OPTION in cmdline help string diff --git a/hgext/inotify/__init__.py b/hgext/inotify/__init__.py --- a/hgext/inotify/__init__.py +++ b/hgext/inotify/__init__.py @@ -107,5 +107,5 @@ cmdtable = { ('', 'daemon-pipefds', '', _('used internally by daemon mode')), ('t', 'idle-timeout', '', _('minutes to sit idle before exiting')), ('', 'pid-file', '', _('name of file to write process ID to'))], - _('hg inserve [OPT]...')), + _('hg inserve [OPTION]...')), }