]> git.e2factory.org Git - e2factory.git/commitdiff
cleanup: remove broken option to e2-install-e2: --binary
authorGordon Hecker <gh@emlix.com>
Thu, 11 Feb 2010 11:06:02 +0000 (12:06 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:52:01 +0000 (10:52 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
doc/man/e2-fetch-project.1
doc/man/e2-install-e2.1
global/e2-fetch-project.lua.in
global/e2-install-e2.lua.in

index 349b08623660b1bcdfedcbf28212f5fc457b39ed..14649238d25d0c6634b7e71379148ac8b368f6b9 100644 (file)
@@ -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.
 
index 63afb601a19b40b4feba6e93174a4ece9217040a..6a450665abb9e2ce49fb740962ca557e05bc93fb 100644 (file)
@@ -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).
index 6b5acac0ca3924b8b9089dabba73833feca65ac7..4da21ef451ea6cc7ac4318c0d787ec5bc7dd15d5 100755 (executable)
@@ -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")
 
index 8da07bee4944fc4b37e3ba1b2822b0655ddc3cf7..f533846b546f027e9ee83f1c0eaa9f0df8eb1b28 100755 (executable)
@@ -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