From 174808cedbc069d59e8a2cb570d35d9001c1e51b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Jun 2005 01:14:09 +0000 Subject: import tune2fs support --- include/usage.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/usage.h') 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 @@ "$ tty\n" \ "/dev/tty2\n" +#define tune2fs_trivial_usage \ + "[-c max-mounts-count] [-e errors-behavior] [-g group] " \ + "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \ + "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \ + "[-r reserved-blocks-count] [-u user] [-C mount-count] " \ + "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \ + "[-T last-check-time] [-U UUID] device" +#define tune2fs_full_usage \ + "Adjust filesystem options on ext[23] filesystems.\n\n" + #define udhcpc_trivial_usage \ "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" #define udhcpc_full_usage \ -- cgit v1.2.3