apps: Make it more obvious that system repo is default

In the install-* and other commands where the dir is initialized from
the args, document that the system repo is the default in the usage
help.
tingping/wmclass
Alexander Larsson 2015-12-21 10:01:00 +01:00
parent 2f74965935
commit cad13521fe
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ static GOptionEntry global_entries[] = {
static GOptionEntry user_entries[] = {
{ "user", 0, 0, G_OPTION_ARG_NONE, &opt_user, "Work on user installations", NULL },
{ "system", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &opt_user, "Work on system-wide installations", NULL },
{ "system", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &opt_user, "Work on system-wide installations (default)", NULL },
{ NULL }
};