inotify: OPT -> OPTION in cmdline help string

This commit is contained in:
Martin Geisler 2009-06-27 12:05:01 +02:00
parent 47de8fd2cd
commit 31cc202751

View File

@ -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]...')),
}