diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-22 17:06:48 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-22 17:12:56 +0100 |
| commit | fb8fd05da33aa789676603836143691939d0e4d2 (patch) | |
| tree | 2f1423c0e2b6539057d194690ff6579559274c42 | |
| parent | 722a52b94e4d8ae73bc4ee92472dba8e7174a1ab (diff) | |
Fix formatting of the help message
| -rw-r--r-- | src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.cpp b/src/options.cpp index 9cf9d73..a836b53 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -81,7 +81,7 @@ OptionParser::printUsage() << std::endl; std::cout << " Or: " << PROGRAM_NAME_STR << " restore"; - std::cout << "[-B BUFFER_SIZE] -d DIFFFILE -o OUTFILE" << std::endl; + std::cout << " [-B BUFFER_SIZE] -d DIFFFILE -o OUTFILE" << std::endl; std::cout << " Or: " << PROGRAM_NAME_STR << " version" << std::endl; |
