diff options
| author | Maktm <maktmw@gmail.com> | 2017-07-09 01:28:51 -0500 |
|---|---|---|
| committer | Maktm <maktmw@gmail.com> | 2017-07-09 01:28:51 -0500 |
| commit | 6f31f2d1b92f19cf8972dff67a5ef79905942a8d (patch) | |
| tree | 77eb3f7e006b2b193b823a2fc1fbac42f4640bc6 | |
| parent | 0d7961a8509f34a6d43697b701657989ba08fb67 (diff) | |
| download | vcpkg-6f31f2d1b92f19cf8972dff67a5ef79905942a8d.tar.gz vcpkg-6f31f2d1b92f19cf8972dff67a5ef79905942a8d.zip | |
Adds a missing new line statement
| -rw-r--r-- | toolsrc/src/commands_help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_help.cpp b/toolsrc/src/commands_help.cpp index a9f9956fe..e4be11a77 100644 --- a/toolsrc/src/commands_help.cpp +++ b/toolsrc/src/commands_help.cpp @@ -56,7 +56,7 @@ namespace vcpkg::Commands::Help std::string create_example_string(const std::string& command_and_arguments) { std::string cs = Strings::format("Example:\n" - " vcpkg %s", + " vcpkg %s\n", command_and_arguments); return cs; } |
