From a3c0a50c7205622b192576fef42e67e97eada7d6 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 28 Feb 2016 15:19:15 +0000 Subject: [PATCH] typo --- urchin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urchin b/urchin index 57910b3..ba1af43 100755 --- a/urchin +++ b/urchin @@ -347,6 +347,7 @@ The following flags affect how Urchin processes tests. configuration files with Urchin. -T, --timeout Kill a test if it runs for longer than the specified duration. The default is no timeout. + XXX Not yet implemented -f, --force Force running even if the test directory's name does not contain the word "test". @@ -435,7 +436,7 @@ do shift done -# If -s was not passed, used the available default shells. +# If -s was not passed, use the available default shells. if ! test -f "$shell_list"; then for shell in $DEFAULT_SHELLS; do if which $shell > /dev/null; then