From: Gordon Hecker Date: Tue, 23 Mar 2010 11:28:34 +0000 (+0100) Subject: add a hint that URLs must be passed to e2-new-source to builtin help X-Git-Tag: e2factory-2.3.4rc2~1 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=8ffb2aaeae638d258fd6300e63ef7e5fad13f960;p=e2factory.git add a hint that URLs must be passed to e2-new-source to builtin help Signed-off-by: Gordon Hecker --- diff --git a/Changelog b/Changelog index cc24212..2009386 100644 --- 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 diff --git a/local/new-source.lua b/local/new-source.lua index f7ada34..7306f32 100644 --- a/local/new-source.lua +++ b/local/new-source.lua @@ -39,7 +39,7 @@ end e2option.documentation = [[ usage: e2-new-source --git [--server ] e2-new-source --files [--no-checksum] - [:] [] + [:] [] Put new source onto an existing server. @@ -52,6 +52,9 @@ usage: e2-new-source --git [--server ] --files Put a new file onto the server. Server defaults to 'upstream' + + Note that URLs must be passed as the and + arguments, not filesystem paths. ]] e2option.flag("git", "create a git repository")