diff options
Diffstat (limited to 'content/en')
-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 ``` |