diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-05 22:19:43 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:28 +0200 |
commit | 206f3b3ea53e77c916b5ebc43256f85da8d39f34 (patch) | |
tree | 315da2cc61ee9c59fa69a4131b85a2a9a8faa615 /include/usage.h | |
parent | 8922b92d32e69e73292a55e813a37ff857f60a83 (diff) | |
download | busybox-w32-206f3b3ea53e77c916b5ebc43256f85da8d39f34.tar.gz busybox-w32-206f3b3ea53e77c916b5ebc43256f85da8d39f34.tar.bz2 busybox-w32-206f3b3ea53e77c916b5ebc43256f85da8d39f34.zip |
win32: mingw/test
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 4568fac9f..f6994520c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2783,6 +2783,9 @@ | |||
2783 | "\n -s Set serial line to SPEED" \ | 2783 | "\n -s Set serial line to SPEED" \ |
2784 | "\n -X Disable special meaning of NUL and Ctrl-X from stdin" \ | 2784 | "\n -X Disable special meaning of NUL and Ctrl-X from stdin" \ |
2785 | 2785 | ||
2786 | #define mingw_trivial_usage "" | ||
2787 | #define mingw_full_usage "" | ||
2788 | |||
2786 | #define mkdir_trivial_usage \ | 2789 | #define mkdir_trivial_usage \ |
2787 | "[OPTIONS] DIRECTORY..." | 2790 | "[OPTIONS] DIRECTORY..." |
2788 | #define mkdir_full_usage "\n\n" \ | 2791 | #define mkdir_full_usage "\n\n" \ |