From 691baba22e7fb1fe47005558ca92e540566fe383 Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Fri, 25 Mar 2011 07:09:23 -0700 Subject: Added libremessages and format in scripts --- librecommit | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'librecommit') diff --git a/librecommit b/librecommit index 9fc3391..fc47d74 100755 --- a/librecommit +++ b/librecommit @@ -18,6 +18,12 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . +usage () { + printf "$(gettext "cd to the dir with the PKGBUILD you are commiting and %s")" "$0" + echo + printf "$(gettext "This script commits the package using name, pkgver an pkgver")" +} + if [ ! -e PKGBUILD ]; then exit 1; fi source PKGBUILD -- cgit v1.2.3-54-g00ecf