diff --git a/src/66/66-inservice.c b/src/66/66-inservice.c index 52a76362fbd6072dc2b78775a10486dafbe3ea74..f3f3026f42dde5167baec0b6a6d1c09c93758fd0 100644 --- a/src/66/66-inservice.c +++ b/src/66/66-inservice.c @@ -113,7 +113,7 @@ static inline void info_help (void) " -o: comma separated list of field to display\n" " -g: displays the contents field as graph\n" " -d: limit the depth of the contents field recursion\n" -" -r: reserve the contents field\n" +" -r: reverse the contents field\n" " -t: only search service at the specified tree\n" " -p: print n last lines of the log file\n" "\n" diff --git a/src/66/66-intree.c b/src/66/66-intree.c index ae2bb2f309af1907f7e87ec3e00c37baade561dd..2b8dec2c2357a2a5e715e7aadcc2c5a5b0630574 100644 --- a/src/66/66-intree.c +++ b/src/66/66-intree.c @@ -88,7 +88,7 @@ static inline void info_help (void) " -o: comma separated list of field to display\n" " -g: displays the contents field as graph\n" " -d: limit the depth of the contents field recursion\n" -" -r: reserve the contents field\n" +" -r: reverse the contents field\n" "\n" "valid field for -o options are:\n" "\n"