summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 07:23:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 07:23:38 +0100
commit5b5081e679a0481356d1e026310546ac632b1c87 (patch)
tree10b8eb0f3d006a31beffe7448f3b72db1d838350 /tools
parent8fab469880ac95186c6b1041ded5feec659dcc3e (diff)
[CHORE] Tweak system for release prep.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/chk.hefs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chk.hefs.cpp b/tools/chk.hefs.cpp
index 8bdbfeb8..a0f56b77 100644
--- a/tools/chk.hefs.cpp
+++ b/tools/chk.hefs.cpp
@@ -68,7 +68,7 @@ int main(int argc, char** argv) {
return EXIT_FAILURE;
}
- mkfs::console_out() << "chk: hefs: OpenHeFS partition is healthy. Exiting...\n";
+ mkfs::console_out() << "chk: hefs: The OpenHeFS partition is healthy. Exiting...\n";
return EXIT_SUCCESS;
}