Mercurial > hg-stable
changeset 8947:9cda78218ab3
inotify: OPT -> OPTION in cmdline help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 27 Jun 2009 12:05:01 +0200 |
parents | 576623f95972 |
children | aa0fe57d4abe |
files | hgext/inotify/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]...')), }