From 8ffb2aaeae638d258fd6300e63ef7e5fad13f960 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 23 Mar 2010 12:28:34 +0100 Subject: [PATCH] add a hint that URLs must be passed to e2-new-source to builtin help Signed-off-by: Gordon Hecker --- Changelog | 1 + local/new-source.lua | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.39.5