Fix cmd-line help, add config option, use local lmmsrc file in dev (#2570)

* Fix command-line help, add --config option and use local lmmsrc file in dev mode

* Fix a typo in help screen for option --geometry (second dash missing)

* Replace tabs with spaces in help screen
Update man page

* Lineup items in help screen

* Accept both -geometry and --geometry as valid options
This commit is contained in:
midi-pascal
2016-04-23 17:27:34 -04:00
committed by Umcaruje
parent 0381e412c4
commit 2a7bdf3fe8
4 changed files with 174 additions and 59 deletions

View File

@@ -230,7 +230,7 @@ public:
const QString & value );
void deleteValue( const QString & cls, const QString & attribute);
void loadConfigFile();
void loadConfigFile( const QString & configFile = "" );
void saveConfigFile();
@@ -260,7 +260,7 @@ private:
void upgrade_1_1_90();
void upgrade();
const QString m_lmmsRcFile;
QString m_lmmsRcFile;
QString m_workingDir;
QString m_dataDir;
QString m_artworkDir;