diff options
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 71752c7d5..2505d0216 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1880,7 +1880,7 @@ | |||
1880 | #define mdev_trivial_usage \ | 1880 | #define mdev_trivial_usage \ |
1881 | "[-s]" | 1881 | "[-s]" |
1882 | #define mdev_full_usage \ | 1882 | #define mdev_full_usage \ |
1883 | "\ts\tScan /sys and populate /dev during system boot\n\n" \ | 1883 | "\t-s\tScan /sys and populate /dev during system boot\n\n" \ |
1884 | "Called with no options (via hotplug) it uses environment variables\n" \ | 1884 | "Called with no options (via hotplug) it uses environment variables\n" \ |
1885 | "to determine which device to add/remove." | 1885 | "to determine which device to add/remove." |
1886 | #ifdef CONFIG_FEATURE_MDEV_CONFIG | 1886 | #ifdef CONFIG_FEATURE_MDEV_CONFIG |