aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
commit9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch)
tree94c3c0678d1349497abe2db6004e9331e50f6d37 /include/usage.h
parenta6127aacef047ed7661722705b052811fbe7f467 (diff)
downloadbusybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip
whitespace cleanup
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index a2b8c0ec7..9da1bbd94 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -499,9 +499,9 @@ USE_FEATURE_DATE_ISOFMT( \
499 "\t-s SIZE\t\tUse a buffer of size SIZE" 499 "\t-s SIZE\t\tUse a buffer of size SIZE"
500 500
501#define dnsd_trivial_usage \ 501#define dnsd_trivial_usage \
502 "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]" 502 "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
503#define dnsd_full_usage \ 503#define dnsd_full_usage \
504 "Small and static DNS server daemon\n\n" \ 504 "Small and static DNS server daemon\n\n" \
505 "Options:\n" \ 505 "Options:\n" \
506 "\t-c\t\tconfig filename\n" \ 506 "\t-c\t\tconfig filename\n" \
507 "\t-t\t\tTTL in seconds\n" \ 507 "\t-t\t\tTTL in seconds\n" \
@@ -2058,7 +2058,7 @@ USE_FEATURE_MDEV_CONFIG( \
2058 "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \ 2058 "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \
2059 "$ mount cd_image.iso mydir\n" 2059 "$ mount cd_image.iso mydir\n"
2060#define mount_notes_usage \ 2060#define mount_notes_usage \
2061 "Returns 0 for success, number of failed mounts for -a, or errno for one mount." 2061 "Returns 0 for success, number of failed mounts for -a, or errno for one mount."
2062 2062
2063#define mountpoint_trivial_usage \ 2063#define mountpoint_trivial_usage \
2064 "[-q] <[-d] DIR | -x DEVICE>" 2064 "[-q] <[-d] DIR | -x DEVICE>"