diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 12 |
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 | |||
4459 | "# tunctl\n" \ | 4459 | "# tunctl\n" \ |
4460 | "# tunctl -d tun0\n" | 4460 | "# tunctl -d tun0\n" |
4461 | 4461 | ||
4462 | #define tune2fs_trivial_usage \ | ||
4463 | /* "[-c max-mounts-count] [-e errors-behavior] [-g group] " */ \ | ||
4464 | /* "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " */ \ | ||
4465 | /* "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " */ \ | ||
4466 | /* "[-r reserved-blocks-count] [-u user] [-C mount-count] " */ \ | ||
4467 | "[-L LABEL] " \ | ||
4468 | /* "[-M last-mounted-dir] [-O [^]feature[,...]] " */ \ | ||
4469 | /* "[-T last-check-time] [-U UUID] " */ \ | ||
4470 | "BLOCKDEV" | ||
4471 | #define tune2fs_full_usage "\n\n" \ | ||
4472 | "Adjust filesystem options on ext[23] filesystems" | ||
4473 | |||
4474 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 | 4462 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 |
4475 | # define IF_UDHCP_VERBOSE(...) __VA_ARGS__ | 4463 | # define IF_UDHCP_VERBOSE(...) __VA_ARGS__ |
4476 | #else | 4464 | #else |