diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-12 13:44:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 13:44:45 +0200 |
| commit | d608230b1350b064ceb01e6572519b108f6139b0 (patch) | |
| tree | 438052f9e51890099d1d20f10b7e3b5ffa7bf1a6 /tooling | |
| parent | 57d040e3e6b6d0257c0ba5a914396520b18d9d87 (diff) | |
| parent | ab617428ecd00ec15960ba92e12a1a2252f28e45 (diff) | |
Merge pull request #31 from nekernel-org/dev
0.0.2e2 - Amend
Diffstat (limited to 'tooling')
| -rw-r--r-- | tooling/fsck.hefs.cc | 3 |
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; } |
