summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg-mplayer.h6
-rw-r--r--help_mp.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 31e6ff2bd1..e6e6bee8d9 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -125,9 +125,9 @@ struct config conf[]={
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
-// {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
-// {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
-// {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+ {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+ {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+ {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};
diff --git a/help_mp.h b/help_mp.h
index 04b94683a7..02bab9ce95 100644
--- a/help_mp.h
+++ b/help_mp.h
@@ -3,7 +3,7 @@ static char* banner_text=
"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n"
"\n";
-static char* help_text=
+static char help_text[]=
"\nUsage: mplayer [options] [path/]name\n"
"\n"
" Options:\n"