From: Michael Vrable Date: Mon, 14 Jul 2008 23:19:58 +0000 (-0700) Subject: Update help text to include --rebuild-statcache. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=590f3e98bfa5862d77037c2d13f373f50166a47e Update help text to include --rebuild-statcache. --- diff --git a/scandir.cc b/scandir.cc index cde2835..176cb21 100644 --- a/scandir.cc +++ b/scandir.cc @@ -630,6 +630,7 @@ void usage(const char *program) " --intent=FLOAT intended backup type: 1=daily, 7=weekly, ...\n" " (defaults to \"1\")\n" " --full-metadata do not re-use metadata from previous backups\n" + " --rebuild-statcache re-read all file data to verify statcache\n" " -v --verbose list files as they are backed up\n" "\n" "Exactly one of --dest or --upload-script must be specified.\n",