From 4b212f1a053fd028410af5f45c0c7559fe474f67 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Feb 2022 14:31:22 +0100 Subject: [PATCH] follow same style --- docs/operators/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 7cffd3cd..92bfb464 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -158,11 +158,11 @@ abra server add -p `abra` uses plain 'ol SSH under the hood and aims to make use of your existing SSH configurations in `~/.ssh/config` and interfaces with your running `ssh-agent` for password protected secret key files. - The "server add" command listed above assumes that that you make SSH connections on port 22 using your current username. If that is not he case, pass the new values as position arguments: + The `server add` command listed above assumes that that you make SSH connections on port 22 using your current username. If that is not he case, pass the new values as position arguments: abra server add -p - It's best to take a moment to read [this troubleshooting entry](/abra/trouble/#ssh-connection-issues) if you're running into SSH connection issues with `abra`. Running "server add" with "-d/--debug" should help you debug what is going on under the hood. + It's best to take a moment to read [this troubleshooting entry](/abra/trouble/#ssh-connection-issues) if you're running into SSH connection issues with `abra`. Running `server add` with `-d/--debug` should help you debug what is going on under the hood. The `-p` or `--provision` flag means that `abra` will install Docker and initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server.