From: Gordon Hecker Date: Mon, 30 Mar 2009 14:13:10 +0000 (+0200) Subject: remove misleading hint to information about e2-new-source workflow X-Git-Tag: e2factory-2.3.1pre1~46 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=670f9aae1f6e4c9dfa52fbd56d3d960eb4198f42;p=e2factory.git remove misleading hint to information about e2-new-source workflow Signed-off-by: Gordon Hecker --- diff --git a/local/new-source.lua b/local/new-source.lua index 18c3f75..533cf65 100644 --- a/local/new-source.lua +++ b/local/new-source.lua @@ -266,7 +266,7 @@ if opts.git then e2lib.abort(re) end e2lib.log(1, - "See e2-new-source(1) or call e2-new-source --help to see how to go on") + "See e2-new-source(1) to see how to go on") elseif opts.files then local location = opts.arguments[1] local sl, e = e2lib.parse_server_location(location, info.default_files_server)