summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fsck.hefs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fsck.hefs.cc b/tools/fsck.hefs.cc
index 5a41cec2..eb6a66d8 100644
--- a/tools/fsck.hefs.cc
+++ b/tools/fsck.hefs.cc
@@ -13,7 +13,7 @@ static uint16_t kNumericalBase = 10;
int main(int argc, char** argv) {
if (argc < 2) {
- mkfs::console_out() << "fsck: hefs: usage: fsck.hefs -i=<input_device>" << "\n";
+ mkfs::console_out() << "fsck: hefs: usage: fsck.hefs -i=<input_device> -o=<origin>" << "\n";
return EXIT_FAILURE;
}