From 171fabbcda3839b7b36479961e8ca59eac6e2bb0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 17 Oct 2014 16:32:11 -0400 Subject: [PATCH] CLI - Corrected comment to include quotes that are necessary for patterns. --- src/CLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI.cpp b/src/CLI.cpp index bf13969b0..235503a56 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -803,7 +803,7 @@ void CLI::unsweetenAttributeModifiers () } //////////////////////////////////////////////////////////////////////////////// -// /pattern/ --> description ~ pattern +// /pattern/ --> description ~ 'pattern' void CLI::unsweetenPatterns () { std::vector reconstructed;