build: Better description for --runtime option

"non-devel runtime" isn't an expression in the Flatpak vocabulary, so
explain what it really does.
tingping/wmclass
Bastien Nocera 2016-08-06 16:39:38 +02:00
parent fe133c7204
commit 1bd1c73429
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 }