aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-04-10 14:14:06 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-04-10 14:14:06 +0200
commit22b4cee6f47d39594c71489d0d6aaf77008b074e (patch)
tree060a2a38eef1a23858a1790d8ef86b26c9e1d184
parent1f4805d9af5d0db32157d0eb310ced74bf0de5ac (diff)
downloadwebsite-22b4cee6f47d39594c71489d0d6aaf77008b074e.tar.gz
website-22b4cee6f47d39594c71489d0d6aaf77008b074e.zip
tutorials: Fix irm command in tutorial 2
-rw-r--r--content/en/docs/Tutorials/tutorial-2.md2
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
```