Merge pull request #239 from hadess/wip/better-runtime-desc

build: Better description for --runtime option
tingping/wmclass
matthiasclasen 2016-08-06 11:08:13 -04:00 committed by GitHub
commit 7fe93224f4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static char *opt_build_dir;
static char **opt_bind_mounts;
static GOptionEntry options[] = {
{ "runtime", 'r', 0, G_OPTION_ARG_NONE, &opt_runtime, N_("Use non-devel runtime"), NULL },
{ "runtime", 'r', 0, G_OPTION_ARG_NONE, &opt_runtime, N_("Use Platform runtime rather than Sdk"), NULL },
{ "bind-mount", 0, 0, G_OPTION_ARG_STRING_ARRAY, &opt_bind_mounts, N_("Add bind mount"), N_("DEST=SRC") },
{ "build-dir", 0, 0, G_OPTION_ARG_STRING, &opt_build_dir, N_("Start build in this directory"), N_("DIR") },
{ NULL }