From bab0501f325dfaab12e7d10b050d2edf87a6f2fb Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 13 Oct 2013 09:10:26 -0400 Subject: [PATCH] Fix #10090. - The checkfs help text is worded such that it would appear to require both a device name and volume name when it actually requires either one or the other. --- src/bin/checkfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/checkfs.cpp b/src/bin/checkfs.cpp index 5354e02517..9c63de655d 100644 --- a/src/bin/checkfs.cpp +++ b/src/bin/checkfs.cpp @@ -20,7 +20,7 @@ void usage(FILE* output) { fprintf(output, - "Usage: %s \n" + "Usage: %s \n" "\n" "Options:\n" " -h, --help - print this help text\n"