diff options
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 5a1715a9d..b9310ac1f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1976,8 +1976,8 @@ USE_FEATURE_MDEV_CONFIG( \ | |||
1976 | "Creates a temporary file with its name based on TEMPLATE.\n" \ | 1976 | "Creates a temporary file with its name based on TEMPLATE.\n" \ |
1977 | "TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \ | 1977 | "TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \ |
1978 | "Options:\n" \ | 1978 | "Options:\n" \ |
1979 | " -d Make a directory instead of a file\n" \ | 1979 | " -d Make a directory instead of a file\n" \ |
1980 | " -q Fail silently if an error occurs" | 1980 | " -q Fail silently if an error occurs" |
1981 | #define mktemp_example_usage \ | 1981 | #define mktemp_example_usage \ |
1982 | "$ mktemp /tmp/temp.XXXXXX\n" \ | 1982 | "$ mktemp /tmp/temp.XXXXXX\n" \ |
1983 | "/tmp/temp.mWiLjM\n" \ | 1983 | "/tmp/temp.mWiLjM\n" \ |
@@ -2114,9 +2114,9 @@ USE_FEATURE_MDEV_CONFIG( \ | |||
2114 | #define mountpoint_full_usage \ | 2114 | #define mountpoint_full_usage \ |
2115 | "mountpoint checks if the directory is a mountpoint\n\n" \ | 2115 | "mountpoint checks if the directory is a mountpoint\n\n" \ |
2116 | "Options:\n" \ | 2116 | "Options:\n" \ |
2117 | " -q: Be more quiet\n" \ | 2117 | " -q Be more quiet\n" \ |
2118 | " -d: Print major/minor device number of the filesystem\n" \ | 2118 | " -d Print major/minor device number of the filesystem\n" \ |
2119 | " -x: Print major/minor device number of the blockdevice" | 2119 | " -x Print major/minor device number of the blockdevice" |
2120 | #define mountpoint_example_usage \ | 2120 | #define mountpoint_example_usage \ |
2121 | "$ mountpoint /proc\n" \ | 2121 | "$ mountpoint /proc\n" \ |
2122 | "/proc is not a mountpoint\n" \ | 2122 | "/proc is not a mountpoint\n" \ |