diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-04-10 14:14:06 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-04-10 14:14:06 +0200 |
commit | 22b4cee6f47d39594c71489d0d6aaf77008b074e (patch) | |
tree | 060a2a38eef1a23858a1790d8ef86b26c9e1d184 /content/en/docs | |
parent | 1f4805d9af5d0db32157d0eb310ced74bf0de5ac (diff) | |
download | website-22b4cee6f47d39594c71489d0d6aaf77008b074e.tar.gz website-22b4cee6f47d39594c71489d0d6aaf77008b074e.zip |
tutorials: Fix irm command in tutorial 2
Diffstat (limited to 'content/en/docs')
-rw-r--r-- | content/en/docs/Tutorials/tutorial-2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Tutorials/tutorial-2.md b/content/en/docs/Tutorials/tutorial-2.md index 5f52a5a..f043442 100644 --- a/content/en/docs/Tutorials/tutorial-2.md +++ b/content/en/docs/Tutorials/tutorial-2.md @@ -246,7 +246,7 @@ Our oping server is not registered yet in the normal layer. Let's register it in the normal layer as well, and connect the client: ```bash -$ irm r n oping_server layer normal_layer +$ irm n r oping_server layer normal_layer $ oping -n oping_server -c 5 ``` |