From 1326e7e53c541113c81e87f8c8f9ba209db08a46 Mon Sep 17 00:00:00 2001 From: Fuzzy Date: Thu, 6 May 2021 23:05:34 -0400 Subject: [PATCH] Update update command in docs --- docs/markdown/cli/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/update.md b/docs/markdown/cli/update.md index b2dda91..74638c9 100644 --- a/docs/markdown/cli/update.md +++ b/docs/markdown/cli/update.md @@ -3,7 +3,7 @@ Autorestic can update itself! Super handy right? Simply run autorestic update and we will check for you if there are updates for restic and autorestic and install them if necessary. ```bash -autorestic update +autorestic upgrade ``` Updates both restic and autorestic automagically.