aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/doc/CHANGELOG1
-rw-r--r--trunk/src/createpkg6
2 files changed, 4 insertions, 3 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index d4c6bf8..59fcef4 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -44,6 +44,7 @@ simplepkg changelog
- config() on postinstall_script now accepting .dist and .sample config file extensions
- added git_source section
- createpkg:
+ - command line support for creating multiple packages
- fakeroot support
- new options --import, --status, --update and --commit to manage subversion repository, among others
- subversion integration
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 0e55e2c..9b252f6 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -29,13 +29,13 @@ function usage {
createpkg - create Slackware packages from SlackBuilds in Sarava repository
${red}SYNOPSIS
- createpkg${normal} [${green}OPTIONS${normal}] [${green}program${normal}]
+ createpkg${normal} [${green}OPTIONS${normal}] [${green}program1${normal} ... ${green}programN${normal}]
${red}DESCRIPTION${normal}
- [${green}program${normal}] name to build/search
+ [${green}program${normal}] name to build/search (some options support more than one program)
Input ${green}OPTIONS${normal}:
- ${red}-i${normal}, ${red}--install${normal} ${green}<program>${normal}
+ ${red}-i${normal}, ${red}--install${normal} ${green}<program1>${normal}
create the package ${green}<program>${normal} and install
${red}-a${normal}, ${red}--all${normal}
create all packages and install