mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-24 15:48:18 -05:00
Drop the unused --name option for build-init
It is not used at all.
This commit is contained in:
@@ -84,15 +84,6 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-n</option></term>
|
||||
<term><option>--name=NAME</option></term>
|
||||
|
||||
<listitem><para>
|
||||
The application name.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-v</option></term>
|
||||
<term><option>--var=RUNTIME</option></term>
|
||||
|
||||
@@ -11,12 +11,10 @@
|
||||
#include "xdg-app-utils.h"
|
||||
|
||||
static char *opt_arch;
|
||||
static char *opt_name;
|
||||
static char *opt_var;
|
||||
|
||||
static GOptionEntry options[] = {
|
||||
{ "arch", 0, 0, G_OPTION_ARG_STRING, &opt_arch, "Arch to use", "ARCH" },
|
||||
{ "name", 'n', 0, G_OPTION_ARG_STRING, &opt_name, "App name", "NAME" },
|
||||
{ "var", 'v', 0, G_OPTION_ARG_STRING, &opt_var, "Initialize var from named runtime", "RUNTIME" },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user