aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2010-10-05 00:39:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-05 00:39:46 +0200
commit5aa4d532735b715f10560513e79e96f237957570 (patch)
tree57ffb6f0d4addae7b0cb3da499590dc0baf295c2 /include/usage.src.h
parentcacb2cd281392135871364c3beb1f8143396ccc0 (diff)
downloadbusybox-5aa4d532735b715f10560513e79e96f237957570.tar.gz
tune2fs: implement -c and -i options
function old new delta tune2fs_main 165 256 +91 Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index e7e9269e9..92a106e3b 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -4459,18 +4459,6 @@ INSERT
"# tunctl\n" \
"# tunctl -d tun0\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 LABEL] " \
-/* "[-M last-mounted-dir] [-O [^]feature[,...]] " */ \
-/* "[-T last-check-time] [-U UUID] " */ \
- "BLOCKDEV"
-#define tune2fs_full_usage "\n\n" \
- "Adjust filesystem options on ext[23] filesystems"
-
#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1
# define IF_UDHCP_VERBOSE(...) __VA_ARGS__
#else