summaryrefslogtreecommitdiffhomepage
path: root/tooling
diff options
context:
space:
mode:
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;
}