From daae7d02155bc650acf5f49f2eeee15817bd98b8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Jun 2012 20:25:05 +0100 Subject: [PATCH] tmpdir: fix usage message ref to TMPDIR formal param --- runner/adt-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/adt-run b/runner/adt-run index 540b5df..38e4eb2 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -577,7 +577,7 @@ def parse_args(): help='set LANG on testbed to LANGVAL', default='C') pa('','--tmp-dir', type='string', dest='tmp', - help='write temporary files to TMPDIR, emptying it' + help='write temporary files to TMP, emptying it' ' beforehand and leaving it behind at the end') pa('','--log-file', type='string', dest='logfile', help='write the log LOGFILE, emptying it beforehand,' -- 2.30.2