Disable -c --config command line switch on Hildon
This commit is contained in:
parent
0f156fa932
commit
21e42ac8c7
1 changed files with 2 additions and 0 deletions
|
@ -1607,8 +1607,10 @@ main (int argc,
|
||||||
{
|
{
|
||||||
{ "app", 'a', 0, G_OPTION_ARG_STRING, &webapp,
|
{ "app", 'a', 0, G_OPTION_ARG_STRING, &webapp,
|
||||||
N_("Run ADDRESS as a web application"), N_("ADDRESS") },
|
N_("Run ADDRESS as a web application"), N_("ADDRESS") },
|
||||||
|
#if !HAVE_HILDON
|
||||||
{ "config", 'c', 0, G_OPTION_ARG_FILENAME, &config,
|
{ "config", 'c', 0, G_OPTION_ARG_FILENAME, &config,
|
||||||
N_("Use FOLDER as configuration folder"), N_("FOLDER") },
|
N_("Use FOLDER as configuration folder"), N_("FOLDER") },
|
||||||
|
#endif
|
||||||
{ "run", 'r', 0, G_OPTION_ARG_NONE, &run,
|
{ "run", 'r', 0, G_OPTION_ARG_NONE, &run,
|
||||||
N_("Run the specified filename as javascript"), NULL },
|
N_("Run the specified filename as javascript"), NULL },
|
||||||
#if WEBKIT_CHECK_VERSION (1, 1, 6)
|
#if WEBKIT_CHECK_VERSION (1, 1, 6)
|
||||||
|
|
Loading…
Reference in a new issue