diff --git a/docs/content/doc/usage/cli.md b/docs/content/doc/usage/cli.md index c43baa206..65a9ff532 100644 --- a/docs/content/doc/usage/cli.md +++ b/docs/content/doc/usage/cli.md @@ -92,3 +92,12 @@ Usage: {{< highlight bash >}} $ vikunja dump {{< /highlight >}} + +### `restore` + +Restores a previously created dump from a zip file, see `dump`. + +Usage: +{{< highlight bash >}} +$ vikunja restore +{{< /highlight >}}