From ec1ce8748f7ce762153bf4c318d6fe46a083cc91 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Sat, 30 Jan 2021 12:12:40 -0800 Subject: [PATCH] Fix typo; close #2118 (#2119) --- content/influxdb/v2.0/backup-restore/restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.0/backup-restore/restore.md b/content/influxdb/v2.0/backup-restore/restore.md index a7b9640b7..a81ad38e3 100644 --- a/content/influxdb/v2.0/backup-restore/restore.md +++ b/content/influxdb/v2.0/backup-restore/restore.md @@ -33,10 +33,10 @@ _See [Recover from a failed restore](#recover-from-a-failed-restore)._ ```sh # Syntax - influxd restore + influx restore # Example - influxd restore ~/backups/2020-01-20_12-00/ + influx restore ~/backups/2020-01-20_12-00/ ``` _For more information about restore options and flags, see the