]> granicus.if.org Git - check/commitdiff
Fix small text errors in test's help output.
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 28 Sep 2013 00:33:57 +0000 (00:33 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 28 Sep 2013 00:33:57 +0000 (00:33 +0000)
Likely the CR* was true at one point, but was changed to CK_*

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@807 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/ex_log_output.c

index c5411ee989ca527c51ff00021de63f8ac7c40053..fa621ea2f8c8d054ef59e7ecb5d186214c1707c8 100644 (file)
@@ -78,7 +78,7 @@ static void run_tests (int printmode)
 
 static void usage(void)
 {
-  printf ("Usage: ex_output (CRSILENT | CRMINIMAL | CRNORMAL | CRVERBOSE)\n");
+  printf ("Usage: ex_output (CK_SILENT | CK_MINIMAL | CK_NORMAL | CK_VERBOSE)\n");
 }
 
 int main (int argc, char **argv)