summaryrefslogtreecommitdiffhomepage
path: root/tooling
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-12 13:44:45 +0200
committerGitHub <noreply@github.com>2025-05-12 13:44:45 +0200
commitd608230b1350b064ceb01e6572519b108f6139b0 (patch)
tree438052f9e51890099d1d20f10b7e3b5ffa7bf1a6 /tooling
parent57d040e3e6b6d0257c0ba5a914396520b18d9d87 (diff)
parentab617428ecd00ec15960ba92e12a1a2252f28e45 (diff)
Merge pull request #31 from nekernel-org/dev
0.0.2e2 - Amend
Diffstat (limited to 'tooling')
-rw-r--r--tooling/fsck.hefs.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tooling/fsck.hefs.cc b/tooling/fsck.hefs.cc
index 9d67aa38..96cd36b6 100644
--- a/tooling/fsck.hefs.cc
+++ b/tooling/fsck.hefs.cc
@@ -10,7 +10,8 @@
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>"
+ << "\n";
return EXIT_FAILURE;
}