From 2c708426ccc7f286e2e8b470f906a0b27365e6e0 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 12 Jan 2015 19:29:22 +0100 Subject: [PATCH] patchinstall.sh: Mention stg backend in help. --- debian/tools/patchinstall.sh.in | 1 + patches/patchinstall.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/tools/patchinstall.sh.in b/debian/tools/patchinstall.sh.in index ca7132ea..cc710a4c 100644 --- a/debian/tools/patchinstall.sh.in +++ b/debian/tools/patchinstall.sh.in @@ -41,6 +41,7 @@ usage() echo " --backend=epatch Use 'epatch' to apply patches (Gentoo only)" echo " --backend=git-am Use 'git am' to apply patches" echo " --backend=git-apply Use 'git apply' to apply patches" + echo " --backend=stg Import the patches using stacked git" echo "" }} diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index ad6082d9..5464b8eb 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -41,6 +41,7 @@ usage() echo " --backend=epatch Use 'epatch' to apply patches (Gentoo only)" echo " --backend=git-am Use 'git am' to apply patches" echo " --backend=git-apply Use 'git apply' to apply patches" + echo " --backend=stg Import the patches using stacked git" echo "" }