X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=dcp-init;h=262a2bbd86349c4f6e5f6e801951930cc0660187;hb=37df16fdb343d13e5920802850b942c80ed6d081;hp=3730fb62853849f4fa6aedd37c9832a85666461d;hpb=10557581a6d203fc90819f3db1504c65fd4770fd;p=dcp.git diff --git a/dcp-init b/dcp-init index 3730fb6..262a2bb 100755 --- a/dcp-init +++ b/dcp-init @@ -3,10 +3,11 @@ set -e usage() { - echo "usage: dcp-init [-sh] [-C key=val] [-d REPODIR] PACKAGE [PATCH...]" + echo "usage: dcp-init [-sh] [-C key=val] [-d REPODIR] PACKAGE [(PATCH|-m)...]" echo " PATCH ::= [-p LEVEL] [-bB BRANCH] FILE" echo " -b creates a new branch at the current patch" echo " -B creates a new branch at the upstream sources" + echo " -m merges the current branch into the master branch" } rungit() { @@ -55,10 +56,10 @@ initbase() { mkdir "$td/control/update.d" cat >"$td/control/functions" <&2 exit 1