]> git.e2factory.org Git - e2factory.git/commitdiff
remove misleading hint to information about e2-new-source workflow
authorGordon Hecker <gh@emlix.com>
Mon, 30 Mar 2009 14:13:10 +0000 (16:13 +0200)
committerGordon Hecker <gh@emlix.com>
Mon, 30 Mar 2009 14:13:10 +0000 (16:13 +0200)
Signed-off-by: Gordon Hecker <gh@emlix.com>
local/new-source.lua

index 18c3f75dc5783195580873b17debc37b89c2a312..533cf650acaa73e31deda7a107ce4bb1130adb91 100644 (file)
@@ -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)