From 1fa4cebb0bebccb898cd75cf04d8201be466a2bd Mon Sep 17 00:00:00 2001 From: ju-ef <147659997+ju-ef@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:29:33 +0300 Subject: [PATCH] recipes.md: fix example commands --- docs/recipes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/recipes.md b/docs/recipes.md index f7295ed..bd6a97e 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -35,10 +35,10 @@ upload-compose: task: upload ``` -To upload a file: +To upload a docker-compose file: ```bash -$ sake run get-backups --server +$ sake run upload-compose --server ``` You can also override the `SRC` and `DEST` variables at the command line: @@ -108,7 +108,7 @@ ssh-and-cmd: Then run: ```bash -$ sake run get-backups --server +$ sake run ssh-and-cmd --server ``` You can also provide the `--attach` flag to arbitrary commands: