From c55b0c6adbd770345bd2e08f8e501b1e1b2e0de6 Mon Sep 17 00:00:00 2001 From: jostephd Date: Wed, 19 Sep 2018 16:31:58 +0000 Subject: [PATCH] Commandline: Fix documentation of --render-image --- src/commandline_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commandline_options.cpp b/src/commandline_options.cpp index c6b72a55a015..00098cdff222 100644 --- a/src/commandline_options.cpp +++ b/src/commandline_options.cpp @@ -179,7 +179,7 @@ commandline_options::commandline_options (const std::vector& args) ("password", po::value(), "uses when connecting to a server, ignoring other preferences.") ("path", "prints the path to the data directory and exits.") ("plugin", po::value(), "(experimental) load a script which defines a wesnoth plugin. similar to --script below, but lua file should return a function which will be run as a coroutine and periodically woken up with updates.") - ("render-image", po::value()->multitoken(), "takes two arguments: . Like screenshot, but instead of a map, takes a valid wesnoth 'image path string' with image path functions, and outputs to a windows .bmp file." + ("render-image", po::value()->multitoken(), "takes two arguments: . Like screenshot, but instead of a map, takes a valid wesnoth 'image path string' with image path functions, and writes it to a .png file." #ifdef _WIN32 " Implies --wconsole." #endif // _WIN32