* 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
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.
--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")