diff --git a/src/bin/checkfs.cpp b/src/bin/checkfs.cpp index 97fe65d134..4b06aaf383 100644 --- a/src/bin/checkfs.cpp +++ b/src/bin/checkfs.cpp @@ -23,9 +23,13 @@ usage(FILE* output) "Usage: %s \n" "\n" "Options:\n" - " -h, --help - print this help text\n" - " -c, --check-only - do not make any changes to the file system\n", - kProgramName); + " -h, --help\t\t- print this help text\n" + " -c, --check-only\t- do not make any changes to the file system\n" + "\n" + "Examples:\n" + " %s -c /Haiku\n" + " %s /dev/disk/ata/0/master/raw\n", + kProgramName, kProgramName, kProgramName); }