From 4cb6a179b3b23fff7208628438d59783e9e65dfc Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 15 Apr 2004 05:05:54 +0000 Subject: Imported from pacman-2.7.7.tar.gz --- scripts/gensync | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'scripts/gensync') diff --git a/scripts/gensync b/scripts/gensync index dd7e50a1..e7c7724c 100755 --- a/scripts/gensync +++ b/scripts/gensync @@ -2,7 +2,7 @@ # # gensync # -# Copyright (c) 2002-2003 by Judd Vinet +# Copyright (c) 2002-2004 by Judd Vinet # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,16 +20,19 @@ # USA. # -myver='2.7.5' +myver='2.7.7' usage() { echo "gensync $myver" - echo "usage: $0 " + echo "usage: $0 [package_directory]" echo echo "gensync will generate a sync database by reading all PKGBUILD files" echo "from . gensync builds the database in /tmp/.gensync and then" echo "compresses it to ." echo + echo "gensync will calculate md5sums of packages in , unless an" + echo "alternate [package_directory] is specified." + echo echo "note: The name is important. It must be of the form" echo " {treename}.db.tar.gz where {treename} is the name of the custom" echo " package repository you configured in /etc/pacman.conf. The" -- cgit v1.2.3-24-g4f1b