From: Ian Jackson Date: Thu, 14 Jun 2012 19:25:05 +0000 (+0100) Subject: tmpdir: fix usage message ref to TMPDIR formal param X-Git-Tag: debian/2.2.0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=daae7d02155bc650acf5f49f2eeee15817bd98b8;p=autopkgtest.git tmpdir: fix usage message ref to TMPDIR formal param --- 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,'