From: Gordon Hecker Date: Thu, 11 Feb 2010 11:06:02 +0000 (+0100) Subject: cleanup: remove broken option to e2-install-e2: --binary X-Git-Tag: e2factory-2.3.4pre1~8 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=ff8f00f8b25eecf0bb6c37b9c4d6b49535656aa6;p=e2factory.git cleanup: remove broken option to e2-install-e2: --binary Signed-off-by: Gordon Hecker --- diff --git a/doc/man/e2-fetch-project.1 b/doc/man/e2-fetch-project.1 index 349b086..1464923 100644 --- a/doc/man/e2-fetch-project.1 +++ b/doc/man/e2-fetch-project.1 @@ -26,9 +26,6 @@ Show usage information. .BR \-\-version Show version number of e2. .TP -.BR \-\-binary -Installs precompiled local tools. -.TP .BR \-\-branch=BRANCHNAME Checks out a specfic project branch. diff --git a/doc/man/e2-install-e2.1 b/doc/man/e2-install-e2.1 index 63afb60..6a45066 100644 --- a/doc/man/e2-install-e2.1 +++ b/doc/man/e2-install-e2.1 @@ -38,9 +38,6 @@ Show usage information. .TP .BR \-\-version Show version number of e2. -.TP -.BR \-\-binary -Installs precompiled local tools. .P For further global options, see \fBe2intro\fR(7). diff --git a/global/e2-fetch-project.lua.in b/global/e2-fetch-project.lua.in index 6b5acac..4da21ef 100755 --- a/global/e2-fetch-project.lua.in +++ b/global/e2-fetch-project.lua.in @@ -42,7 +42,6 @@ fetch the project located in server:location to a directory given in e2option.documentation = string.format(doc, e2lib.globals.default_projects_server) -e2option.flag("binary", "install binary local tools [broken]") e2option.option("branch", "retrieve a specific project branch") e2option.option("tag", "retrieve a specific project tag") diff --git a/global/e2-install-e2.lua.in b/global/e2-install-e2.lua.in index 8da07be..f533846 100755 --- a/global/e2-install-e2.lua.in +++ b/global/e2-install-e2.lua.in @@ -40,8 +40,6 @@ usage: e2-install-e2 [OPTION ...] Installs local tools in project environment. ]] -e2option.flag("binary", "install binary tools") - local opts = e2option.parse(arg) local rc, e = e2lib.read_global_config() if not rc then