From e778de73b5fd4c804ac4fa84a3d90a0a67d0b153 Mon Sep 17 00:00:00 2001 From: matthewwall Date: Fri, 27 Jan 2017 10:11:03 -0500 Subject: [PATCH] dry-run goes with fix-strings, not check-strings --- docs/utilities.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/utilities.htm b/docs/utilities.htm index a50c67e3..f1f277b5 100644 --- a/docs/utilities.htm +++ b/docs/utilities.htm @@ -337,8 +337,8 @@ Usage: wee_database --help wee_database --transfer --dest-binding=BINDING_NAME [--dry-run] wee_database --check wee_database --update [--dry-run] - wee_database --check-strings [--dry-run] - wee_database --fix-strings + wee_database --check-strings + wee_database --fix-strings [--dry-run] wee_database --drop-daily wee_database --rebuild-daily [--dry-run] [--date=YYYY-mm-dd | --from=YYYY-mm-dd --to=YYYY-mm-dd]