From d7146fec3a90dd2b5ca765a5ce1ccd19c1ad07f9 Mon Sep 17 00:00:00 2001 From: Hannes Mann Date: Thu, 7 Jul 2016 08:35:51 +0200 Subject: [PATCH] Oops --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index c1625a9..b30b57a 100755 --- a/src/main.cc +++ b/src/main.cc @@ -112,7 +112,7 @@ int main(int argc, char** argv) std::cout << " This will default to the game set in the config file if no game is specified" << std::endl; std::cout << " --convert-data \"install folder\" Converts the install folder specified into formats that OpenRayman (and humans) can read" << std::endl; std::cout << " This is needed to ease modding support" << std::endl; - std::cout << " These will be created in the storage path (in windows %appdata%\openrayman or linux ~/.local/share/openrayman)" << std::endl; + std::cout << " These will be created in the storage path (in windows %appdata%\\openrayman or linux ~/.local/share/openrayman)" << std::endl; std::cout << " This can also be done by starting the game without extracted data" << std::endl; std::cout << " In that case, you will get a directory picker for the install folder" << std::endl; std::cout << " --convert-to \"format\" \"path\" \"target\" Converts the specified file into the target format" << std::endl;