aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-07 12:16:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-07 12:16:17 +0000
commit95da177b0952375d4ac1764e5e94e690ea330779 (patch)
tree5efed86a95b4c4ecd2aad9b3bbe105e3fea29844
parentb7c50c9896d5687be476d626298f454a8700e2fb (diff)
downloadbusybox-w32-95da177b0952375d4ac1764e5e94e690ea330779.tar.gz
busybox-w32-95da177b0952375d4ac1764e5e94e690ea330779.tar.bz2
busybox-w32-95da177b0952375d4ac1764e5e94e690ea330779.zip
- s/:\t\t/\t/ for two helptexts.
-rw-r--r--include/usage.h10
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" \