From fc5f91a7c4eb187dd257ca966b1e1c105fbb01b8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Jun 2013 13:27:04 +0200 Subject: [PATCH] Update usage for new check syntax --- index/zebraidx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/zebraidx.c b/index/zebraidx.c index 542978d..82eb5c2 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -86,7 +86,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" + " 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