diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
| commit | 190de2472aca200d33dea42d3a7e839a697dd02e (patch) | |
| tree | 1cfbec9b9c2477b4cd3b160f5fdae3ba373c9189 /tools/chk.hefs.cc | |
| parent | d88e68dab4518017e09709a325eb6259b1154b6e (diff) | |
chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs.
chore: update README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/chk.hefs.cc')
| -rw-r--r-- | tools/chk.hefs.cc | 2 |
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; } |
