diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-09 06:29:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-09 06:29:32 +0000 |
commit | 761e1d146258fd95621b10ea67815d7f90f05dea (patch) | |
tree | 24845c0afbab5da653e035b85f6ed31cc4c1d851 | |
parent | 65581f3ed1032b7b1c741d6487a0ff3b742a1c8e (diff) | |
download | busybox-w32-761e1d146258fd95621b10ea67815d7f90f05dea.tar.gz busybox-w32-761e1d146258fd95621b10ea67815d7f90f05dea.tar.bz2 busybox-w32-761e1d146258fd95621b10ea67815d7f90f05dea.zip |
mktemp: don't advertise -q option
-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 a65e24941..98d3f3c96 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2339,7 +2339,7 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
2339 | " block-count Number of block to use (default is entire partition)" | 2339 | " block-count Number of block to use (default is entire partition)" |
2340 | 2340 | ||
2341 | #define mktemp_trivial_usage \ | 2341 | #define mktemp_trivial_usage \ |
2342 | "[-dqt] [-p dir] TEMPLATE" | 2342 | "[-dt] [-p DIR] TEMPLATE" |
2343 | #define mktemp_full_usage \ | 2343 | #define mktemp_full_usage \ |
2344 | "Create a temporary file with its name based on TEMPLATE.\n" \ | 2344 | "Create a temporary file with its name based on TEMPLATE.\n" \ |
2345 | "TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX)." \ | 2345 | "TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX)." \ |