aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parentb7c50c9896d5687be476d626298f454a8700e2fb (diff)
downloadbusybox-95da177b0952375d4ac1764e5e94e690ea330779.tar.gz
- s/:\t\t/\t/ for two helptexts.
Diffstat (limited to 'include')
-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( \
"Creates a temporary file with its name based on TEMPLATE.\n" \
"TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \
"Options:\n" \
- " -d Make a directory instead of a file\n" \
- " -q Fail silently if an error occurs"
+ " -d Make a directory instead of a file\n" \
+ " -q Fail silently if an error occurs"
#define mktemp_example_usage \
"$ mktemp /tmp/temp.XXXXXX\n" \
"/tmp/temp.mWiLjM\n" \
@@ -2114,9 +2114,9 @@ USE_FEATURE_MDEV_CONFIG( \
#define mountpoint_full_usage \
"mountpoint checks if the directory is a mountpoint\n\n" \
"Options:\n" \
- " -q: Be more quiet\n" \
- " -d: Print major/minor device number of the filesystem\n" \
- " -x: Print major/minor device number of the blockdevice"
+ " -q Be more quiet\n" \
+ " -d Print major/minor device number of the filesystem\n" \
+ " -x Print major/minor device number of the blockdevice"
#define mountpoint_example_usage \
"$ mountpoint /proc\n" \
"/proc is not a mountpoint\n" \