From 9b5c5d12cb6e53e6099dd42ee68b6406acf98da4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 4 Jul 2022 17:35:57 +1200 Subject: [PATCH] omindex: Show --max-size required arg in --help output (cherry picked from commit af9369b8ef1d2e71941a1af73fa14f5bb5a0b134) --- xapian-applications/omega/omindex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-applications/omega/omindex.cc b/xapian-applications/omega/omindex.cc index 691d80e18..d3e393fd1 100644 --- a/xapian-applications/omega/omindex.cc +++ b/xapian-applications/omega/omindex.cc @@ -463,7 +463,7 @@ main(int argc, char **argv) " -f, --follow follow symbolic links\n" " -i, --ignore-exclusions ignore meta robots tags and similar exclusions\n" " -S, --spelling index data for spelling correction\n" -" -m, --max-size maximum size of file to index (in bytes or with a\n" +" -m, --max-size=N[SUFFIX] maximum size of file to index (in bytes or with a\n" " suffix of 'K'/'k', 'M'/'m', 'G'/'g')\n" " (default: unlimited)\n" " --sample=SOURCE what to use for the stored sample of text for\n" -- 2.11.4.GIT