diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-08 20:40:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-08 20:40:33 +0000 |
commit | f2cccbce37022a95c83424006525e98440dc7fc4 (patch) | |
tree | 5923e369d07b895221350e1789324139e5fbd62d /include | |
parent | b8c9354114f589920d9321e08d138c96ebf77f9d (diff) |
mktemp: make default tempfile template shorter;
make help text more understandable
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 44e618222..3eb5b4867 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2545,7 +2545,7 @@ "[-dt] [-p DIR] [TEMPLATE]" #define mktemp_full_usage "\n\n" \ "Create a temporary file with name based on TEMPLATE and print its name.\n" \ - "TEMPLATE must end with XXXXXX (i.e., /tmp/temp.XXXXXX).\n" \ + "TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX).\n" \ "\nOptions:" \ "\n -d Make a directory instead of a file" \ /* "\n -q Fail silently if an error occurs" - we ignore it */ \ |