From 442633fc875d07466341c4a816991511b804a652 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 29 Sep 2008 14:11:59 +0000 Subject: [PATCH] Minor fix in help message. --- src/catools/camonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catools/camonitor.c b/src/catools/camonitor.c index 06ab8a83e..04bf1e58c 100644 --- a/src/catools/camonitor.c +++ b/src/catools/camonitor.c @@ -49,7 +49,7 @@ void usage (void) " -t : Specify timestamp source(s) and type, with containing\n" " 's' = CA server (remote) timestamps\n" " 'c' = CA client (local) timestamps (shown in '()'s)\n" - " 'n' = No timestamps\n" + " 'n' = no timestamps\n" " 'r' = relative timestamps (time elapsed since start of program)\n" " 'i' = incremental timestamps (time elapsed since last update)\n" " 'I' = incremental timestamps (time elapsed since last update, by channel)\n"