From 34adc745efa242b7e4167b581d6770560e759e40 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Dec 2010 13:37:13 +0100 Subject: selftest: Document --testenv in --help output, remove documentation for now obsolete --analyse-cmd. --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index d82930d7da..568850189d 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -325,7 +325,7 @@ Behaviour: --quick run quick overall test --one abort when the first test fails --verbose be verbose - --analyse-cmd CMD command to run after each test + --testenv run a shell in the requested test environment "; exit(0); } -- cgit