From 3b927838d6977e85e82cb17408d8943a17979451 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 9 Sep 2023 22:37:05 -0700 Subject: [PATCH] Fixed typo on line 20 (capitalized 'f') that caused the command to fail --- doc/NormUserGuide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/NormUserGuide.xml b/doc/NormUserGuide.xml index 32f1782..8305cde 100755 --- a/doc/NormUserGuide.xml +++ b/doc/NormUserGuide.xml @@ -146,7 +146,7 @@ The easiest way to run these builds is with Visual Studio. If you do not already have Visual Studio installed, then it can be downloaded for free here. When you launch Visual Studio, make sure to select "Visual C++" and open the "norm.sln" file. - This should load all of the project files and allow you to right click on any of them in the Solution Explorer on the + This should load all of the project files and allow you to right-click on any of them in the Solution Explorer on the left side and select "build". @@ -388,7 +388,7 @@ A minimal example norm sender command-line syntax is: - norm addr <addr/port> sendFile + norm addr <addr/port> sendfile <fileName> The corresponding minimal norm receiver