inotify: OPT -> OPTION in cmdline help string
authorMartin Geisler <mg@lazybytes.net>
Sat, 27 Jun 2009 12:05:01 +0200
changeset 8947 9cda78218ab3
parent 8946 576623f95972
child 8948 aa0fe57d4abe
inotify: OPT -> OPTION in cmdline help string
hgext/inotify/__init__.py
--- a/hgext/inotify/__init__.py	Sat Jun 27 12:03:48 2009 +0200
+++ b/hgext/inotify/__init__.py	Sat Jun 27 12:05:01 2009 +0200
@@ -107,5 +107,5 @@
           ('', '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]...')),
     }