aboutsummaryrefslogtreecommitdiff
path: root/src/headless/main.cpp
diff options
context:
space:
mode:
author Hop311 <hop3114@gmail.com>2023-09-09 22:49:52 +0200
committer Hop311 <hop3114@gmail.com>2023-09-09 22:50:29 +0200
commit3d7fbd9b376811ca0ed226fa78bcc8b6279ba8dc (patch)
treeeb36a9b030b263d825eb93638e64deb0dbd38a78 /src/headless/main.cpp
parentb4220ad73e14e3b497b2fdeb83d76a6633664764 (diff)
Format cleanup and req comments
Diffstat (limited to 'src/headless/main.cpp')
-rw-r--r--src/headless/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp
index 02eeb48..3ae08f0 100644
--- a/src/headless/main.cpp
+++ b/src/headless/main.cpp
@@ -52,7 +52,8 @@ int main(int argc, char const* argv[]) {
// TODO - non-Windows default paths
static const fs::path default_path = "C:/Program Files (x86)/Steam/steamapps/common/Victoria 2";
- std::cout << "Usage: " << get_program_name(argc > 0 ? argv[0] : nullptr) << " <base defines dir> [[mod defines dir]+]\n"
+ std::cout
+ << "Usage: " << get_program_name(argc > 0 ? argv[0] : nullptr) << " <base defines dir> [[mod defines dir]+]\n"
<< "Requires defines path(s) as arguments, starting with the base defines and continuing with mods.\n"
<< "(Paths with spaces need to be enclosed in \"quotes\").\n"
<< "Defaulting to " << default_path << std::endl;