From 46a574c0b4bdd3df057121a4918bc310c5486ff7 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Mon, 4 Aug 2014 02:13:06 +0200 Subject: [PATCH] Fixed a typo. --- examples/yaml_bench/yaml_bench.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/yaml_bench/yaml_bench.d b/examples/yaml_bench/yaml_bench.d index 5a02d0e..9d4a19a 100644 --- a/examples/yaml_bench/yaml_bench.d +++ b/examples/yaml_bench/yaml_bench.d @@ -26,7 +26,7 @@ void help() " --reload Reload the file from the diskl on every repeat\n" " By default, the file is loaded to memory once\n" " and repeatedly parsed from memory.\n" - " -s --scan-onlly Do not execute the entire parsing process, only\n" + " -s --scan-only Do not execute the entire parsing process, only\n" " scanning. Overrides '--dump'.\n"; writeln(help); }