From c0c1bc8a48a10279ae78b6297ad01b65603adc84 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 22 Oct 2014 17:11:43 +0200 Subject: [PATCH] fix typo --- docs/content/paket-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/paket-restore.md b/docs/content/paket-restore.md index bf263ab256..48f97812d1 100644 --- a/docs/content/paket-restore.md +++ b/docs/content/paket-restore.md @@ -9,4 +9,4 @@ Options: `--force`: Forces the download of all packages. - `--references-file`: Allows to restore all packages from the given `paket.references` files. If no `paket.references` file is given then all packages will be restored. \ No newline at end of file + `--references-files`: Allows to restore all packages from the given `paket.references` files. If no `paket.references` file is given then all packages will be restored. \ No newline at end of file