Don't mix spaces and tabs in the help output so things always line up. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- depmod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/depmod.c b/depmod.c index abfb11e..52fc241 100644 --- a/depmod.c +++ b/depmod.c @@ -290,7 +290,7 @@ static void print_usage(const char *name) "\t-P, --symbol-prefix Architecture symbol prefix\n" "\t-V, --version Print the release version\n" "\t-v, --verbose Enable verbose mode\n" - "\t-w, --warn Warn on duplicates\n" + "\t-w, --warn Warn on duplicates\n" "\t-h, --help Print this usage message\n" "\n" "The following options are useful for people managing distributions:\n" -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html