summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
commit174808cedbc069d59e8a2cb570d35d9001c1e51b (patch)
treea665b8f329a5b5f186b2d04d6240593cdb3b339c /include/usage.h
parenta34f99930daa45d52de31740a54e3989eda83d6f (diff)
downloadbusybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.tar.gz
busybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.tar.bz2
busybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.zip
import tune2fs support
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 484c01591..1ab728f26 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2828,6 +2828,16 @@
2828 "$ tty\n" \ 2828 "$ tty\n" \
2829 "/dev/tty2\n" 2829 "/dev/tty2\n"
2830 2830
2831#define tune2fs_trivial_usage \
2832 "[-c max-mounts-count] [-e errors-behavior] [-g group] " \
2833 "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \
2834 "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \
2835 "[-r reserved-blocks-count] [-u user] [-C mount-count] " \
2836 "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \
2837 "[-T last-check-time] [-U UUID] device"
2838#define tune2fs_full_usage \
2839 "Adjust filesystem options on ext[23] filesystems.\n\n"
2840
2831#define udhcpc_trivial_usage \ 2841#define udhcpc_trivial_usage \
2832 "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" 2842 "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
2833#define udhcpc_full_usage \ 2843#define udhcpc_full_usage \