fixed usage

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2006-04-11 18:55:58 +00:00
parent b2aca12c43
commit 159cd5d81d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ log=${solr_root}/logs/${prog}.log
USAGE="\
usage: $prog -D <days> | -N <num> [-d dir] [-u username] [-v]
-D <days> cleanup backups more than <days> days old
-N <num> keep the most most recent <num> number of backups and
-N <num> keep the most recent <num> number of backups and
cleanup up the remaining ones that are not being pulled
-d specify directory holding index data
-u specify user to sudo to before running script

View File

@ -32,7 +32,7 @@ log=${solr_root}/logs/${prog}.log
USAGE="\
usage: $prog -D <days> | -N <num> [-d dir] [-u username] [-v]
-D <days> cleanup snapshots more than <days> days old
-N <num> keep the most most recent <num> number of snapshots and
-N <num> keep the most recent <num> number of snapshots and
cleanup up the remaining ones that are not being pulled
-d specify directory holding index data
-u specify user to sudo to before running script