From: brarcher Date: Sat, 28 Sep 2013 00:33:57 +0000 (+0000) Subject: Fix small text errors in test's help output. X-Git-Tag: 0.10.0~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d84d3a9852985eca955f6e01beb81c0f0ae5a5;p=check Fix small text errors in test's help output. 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 --- diff --git a/tests/ex_log_output.c b/tests/ex_log_output.c index c5411ee..fa621ea 100644 --- a/tests/ex_log_output.c +++ b/tests/ex_log_output.c @@ -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)