From 3ad7dcccb8a6d9ab4303d4b73705ce93dc3a8ce4 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 1 Jul 2019 07:38:57 -0600 Subject: [PATCH] fixed typo in analyze-wal command doc --- content/v2.0/reference/cli/influxd/inspect/verify-wal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/cli/influxd/inspect/verify-wal.md b/content/v2.0/reference/cli/influxd/inspect/verify-wal.md index db3cd524a..815ff481c 100644 --- a/content/v2.0/reference/cli/influxd/inspect/verify-wal.md +++ b/content/v2.0/reference/cli/influxd/inspect/verify-wal.md @@ -10,7 +10,7 @@ menu: weight: 301 --- -The `influxd inspect verify-wal` command analyze the Write-Ahead Log (WAL) +The `influxd inspect verify-wal` command analyzes the Write-Ahead Log (WAL) to check if there are any corrupt files. If it finds corrupt files, the command returns the names of those files. It also returns the total number of entries in each scanned WAL file.