From: Lennart Poettering Date: Sun, 5 Apr 2009 16:33:30 +0000 (+0200) Subject: update --help text X-Git-Tag: upstream/0.19~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bff08fd3eb7f6c0dda0cc988c8e6549f8955405b;p=platform%2Fupstream%2Flibatasmart.git update --help text --- diff --git a/skdump.c b/skdump.c index 6515c77..5f2a86c 100644 --- a/skdump.c +++ b/skdump.c @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) { "\t--bad \tPrint bad sector count\n" "\t--temperature \tPrint drive temperature in mKelvin\n" "\t--save[=FILENAME]\tSave raw data to file/STDOUT\n" - "\t--load \tRead data from a file/STDIN instead of device\n" + "\t--load[=FILENAME]\tRead data from a file/STDIN instead of device\n" "\t-h | --help \tShow this help\n", argv0); return 0;