]> git.e2factory.org Git - e2factory.git/commitdiff
add a hint that URLs must be passed to e2-new-source to builtin help
authorGordon Hecker <gh@emlix.com>
Tue, 23 Mar 2010 11:28:34 +0000 (12:28 +0100)
committerGordon Hecker <gh@emlix.com>
Tue, 23 Mar 2010 11:36:43 +0000 (12:36 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
local/new-source.lua

index cc24212f9f8635a71cd08885c01f0a3af6b020b1..200938693da3356e297b8cca05cda4c7f36d28b9 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@ NEXT:
  * version information for plugins is displayed now when requested
  * configuration file setting in .e2/e2config is honoured in e2-install-e2
    now
+ * bugs and documentation issues in e2-new-source were fixed
 
 e2factory-2.3.4rc1
  * the plugin interface was extended to permit plugins to register
index f7ada34f2ea3782c51d39747319cdf1daa555030..7306f32eb69d4c51c232b2ddc9c8fe0d18fb7715 100644 (file)
@@ -39,7 +39,7 @@ end
 e2option.documentation = [[
 usage: e2-new-source --git [--server <server>] <name>
        e2-new-source --files [--no-checksum]
-               [<server>:]<location> <source_file> [<checksum_file>]
+               [<server>:]<location> <source_file_url> [<checksum_file_url>]
 
  Put new source onto an existing server.
 
@@ -52,6 +52,9 @@ usage: e2-new-source --git [--server <server>] <name>
  --files
  Put a new file onto the server.
  Server defaults to 'upstream'
+
+ Note that URLs must be passed as the <source_file_url> and
+ <checksum_file_url> arguments, not filesystem paths.
 ]]
 
 e2option.flag("git", "create a git repository")