diff options
Diffstat (limited to 'include/usage.h')
-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" \ |