From 5e82b72b60e594bd7d67ea3cbeb6485bfb2a14a2 Mon Sep 17 00:00:00 2001 From: lcarlone Date: Sat, 5 Dec 2020 14:34:35 -0500 Subject: [PATCH] fixed typo --- examples/ShonanAveragingCLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ShonanAveragingCLI.cpp b/examples/ShonanAveragingCLI.cpp index 9970f45da..c72a32017 100644 --- a/examples/ShonanAveragingCLI.cpp +++ b/examples/ShonanAveragingCLI.cpp @@ -27,7 +27,7 @@ * * If you prefer using a robust Huber loss, you can add the option "-h true", * for instance - * ./ShonanAveragingCLI -i spere2500.txt -u true + * ./ShonanAveragingCLI -i spere2500.txt -h true */ #include