diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-11 09:38:55 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-11 09:38:55 +0200 |
| commit | f3c12b72db9e6983741c0d79fd7f8903c23d93d4 (patch) | |
| tree | 856a822bef64548ec834392f8cbd23cb65cf21be /tools | |
| parent | ce35a08ce5624d80cb35c6b03a47fa7c83b560b5 (diff) | |
feat: Semaphore API has been documented, RTL driver improvements, and better help for fsck.hefs.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/fsck.hefs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fsck.hefs.cc b/tools/fsck.hefs.cc index 5a41cec2..eb6a66d8 100644 --- a/tools/fsck.hefs.cc +++ b/tools/fsck.hefs.cc @@ -13,7 +13,7 @@ static uint16_t kNumericalBase = 10; 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> -o=<origin>" << "\n"; return EXIT_FAILURE; } |
