summaryrefslogtreecommitdiff
path: root/cmdtest
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 15:58:57 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 15:58:57 +0100
commit4a0eb3593f82ff3f1c0f90216d5fe539ae64224a (patch)
tree89b0babffd24ddd6a0205188200c007e07c70af3 /cmdtest
parent48c9ad0bd660cae3d94c366e8c3aa949391eb7ad (diff)
downloadcmdtest-4a0eb3593f82ff3f1c0f90216d5fe539ae64224a.tar.gz
Improve help text for --command option.
Diffstat (limited to 'cmdtest')
-rwxr-xr-xcmdtest4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdtest b/cmdtest
index e0adf5e..28300ce 100755
--- a/cmdtest
+++ b/cmdtest
@@ -43,7 +43,9 @@ class CommandTester(cliapp.Application):
def add_settings(self):
self.settings.string(['command', 'c'],
- 'test COMMAND (executable name/path)',
+ 'test COMMAND (executable name/path; $PATH is '
+ 'not searched, so give absolute path when '
+ 'necessary)',
metavar='COMMAND')
def process_args(self, dirnames):