From 5a37b451ae2ad504e5aee7e21219aad6a1bf1ee7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 18 Oct 2009 15:17:14 +0200 Subject: Fix a typo --- examples/features/options.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/options.cli b/examples/features/options.cli index e6a8738..ea055b3 100644 --- a/examples/features/options.cli +++ b/examples/features/options.cli @@ -31,7 +31,7 @@ namespace features std::set --set | -s; // We can also use maps. In this case the option value is expected to have - // two part, the key and the value, separated by '='. For example: -m a=A + // two parts: the key and the value, separated by '='. For example: -m a=A // -m =B -m c= -m d (same as -m d=). // std::map --map | -m; -- cgit v1.1