From 22b4cee6f47d39594c71489d0d6aaf77008b074e Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 10 Apr 2021 14:14:06 +0200 Subject: tutorials: Fix irm command in tutorial 2 --- content/en/docs/Tutorials/tutorial-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3