From 0e4a574f7ae23556db1fb4feecb5f1df2fd67b1f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 20 Sep 2022 11:09:07 +0200 Subject: [PATCH] cli/src/main.cpp: fix indent in usage string. --- cli/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.cpp b/cli/src/main.cpp index 19248ac..911635c 100644 --- a/cli/src/main.cpp +++ b/cli/src/main.cpp @@ -49,7 +49,7 @@ void usage(const char *name) { std::cout << std::endl << "Usage:" << std::endl - << " " << name << " [ options ]" << std::endl; + << " " << name << " [ options ]" << std::endl; std::cout << " " << name << " [ options ] search [ -m | --l33t"