chiark / gitweb /
tmpdir: fix usage message ref to TMPDIR formal param
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 19:25:05 +0000 (20:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Jun 2012 19:25:05 +0000 (20:25 +0100)
runner/adt-run

index 540b5df928372c826f7b86a77e1229dc041ea881..38e4eb20c8d579325cfae6aa9cf31b8b3c0a733a 100755 (executable)
@@ -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,'