From d9c8c729a1dc2f18c1a367eddfd2eb94b79ec190 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sun, 26 Oct 2008 01:21:02 +0000 Subject: Fixed some compile errors that occured from restructuring. --- src/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index b57027d6..d41acba0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -156,6 +156,7 @@ struct Options std::string playername; std::string configPath; std::string updateHost; + std::string dataPath; }; /** @@ -442,14 +443,14 @@ void printHelp() << " -C --configfile : Configuration file to use" << std::endl << " -d --data : Directory to load game data from" << std::endl << " -D --default : Bypass the login process with default " - "settings" << std::endl + "settings" << std::endl << " -h --help : Display this help" << std::endl - << " -H --updatehost : Use this update host" << std::endl; + << " -H --updatehost : Use this update host" << std::endl << " -p --playername : Login with this player" << std::endl << " -P --password : Login with this password" << std::endl << " -u --skipupdate : Skip the update downloads" << std::endl << " -U --username : Login with this username" << std::endl - << " -v --version : Display the version" << std::endl + << " -v --version : Display the version" << std::endl; } void printVersion() -- cgit v1.2.3-70-g09d2