From b67429781b45097b5ae2338fa0f2ebccac97e723 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Mon, 11 Nov 2019 15:41:07 +1100 Subject: [PATCH] typo fix --- src/66/66-inservice.c | 2 +- src/66/66-intree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/66/66-inservice.c b/src/66/66-inservice.c index 52a76362..f3f3026f 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 ae2bb2f3..2b8dec2c 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" -- GitLab