patchinstall.sh: Mention stg backend in help.

This commit is contained in:
Sebastian Lackner 2015-01-12 19:29:22 +01:00
parent ecd57240d0
commit 2c708426cc
2 changed files with 2 additions and 0 deletions

View File

@ -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 ""
}}

View File

@ -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 ""
}