summaryrefslogtreecommitdiffhomepage
path: root/tools/chk.hefs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/chk.hefs.cc')
-rw-r--r--tools/chk.hefs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chk.hefs.cc b/tools/chk.hefs.cc
index a520d231..c1c58c6e 100644
--- a/tools/chk.hefs.cc
+++ b/tools/chk.hefs.cc
@@ -59,7 +59,7 @@ int main(int argc, char** argv) {
if (strncmp(boot_node.magic, kOpenHeFSMagic, kOpenHeFSMagicLen) != 0 ||
boot_node.sectorCount < 1 || boot_node.sectorSize < kMkFsSectorSz) {
- mkfs::console_out() << "hefs: error: Device is not an OpenHeFS disk: " << opt_disk << "\n";
+ mkfs::console_out() << "hefs: error: Device does not contain an OpenHeFS disk: " << opt_disk << "\n";
return EXIT_FAILURE;
}