From 53a83124bdcc804090f4f793694b669021e4c63f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 21 Mar 2011 12:40:49 +0100 Subject: [PATCH] Display command check in usage --- index/zebraidx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/index/zebraidx.c b/index/zebraidx.c index 48cd1fe..0ec053c 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -84,6 +84,7 @@ int main(int argc, char **argv) " drop Drop database \n" " commit Commit changes\n" " clean Clean shadow files\n" + " check:mode Check register; mode is one of: default, full, quick\n" "Options:\n" " -t Index files as (grs or text).\n" " -c Read configuration file .\n" -- 1.7.10.4