From 75623d94c4c9c627fb42ff2d570804a83b27fba7 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Sun, 19 Oct 2014 15:05:40 +0200 Subject: [PATCH] Remove option --list from help --- lest.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lest.hpp b/lest.hpp index 5da5ae9..74d9da2 100644 --- a/lest.hpp +++ b/lest.hpp @@ -1015,7 +1015,6 @@ inline int usage( std::ostream & os ) " -c, --count count selected tests\n" " -g, --list-tags list tags of selected tests\n" " -l, --list-tests list selected tests\n" - " -l, --list list selected tests\n" " -p, --pass also report passing tests\n" " -t, --time list duration of selected tests\n" " --order=declared use source code test order\n"