summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-05 18:33:30 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-05 18:33:30 +0200
commitbff08fd3eb7f6c0dda0cc988c8e6549f8955405b (patch)
treeaa6c13a2d63ef0f5596002507e820dd824ecc10b
parent8455ad9800548a493b51031b53b5e88053ab89ec (diff)
update --help text
-rw-r--r--skdump.c2
1 files changed, 1 insertions, 1 deletions
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;