From f3b56cf187528017ba15f19f7f6235da4022deee Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 16 Aug 2017 11:34:36 -0400 Subject: [PATCH] Add abbreviate to man page abbreviate was not in the man page for collate. --- confluent_client/doc/man/collate.ronn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/confluent_client/doc/man/collate.ronn b/confluent_client/doc/man/collate.ronn index 12be1105..1f89d3a1 100644 --- a/confluent_client/doc/man/collate.ronn +++ b/confluent_client/doc/man/collate.ronn @@ -3,7 +3,7 @@ collate(1) -- Organize text input by node ## SYNOPSIS -` | collate [-d] [-w] [-s] [-c] [-r]` +` | collate [-a] [-d] [-w] [-s] [-c] [-r]` ## DESCRIPTION @@ -13,6 +13,12 @@ the most frequently seen output is printed first, and then other groups in desce ## OPTIONS +* `-a`, `--abbreviate`: + Use confluent to attempt to shorten the noderange. This can help identify + when output differs along a telling group boundary. For example, if + output suggests a large number of nodes are unreachable, abbreviate + showing 'rack1' as being unreachable may make more obvious a possible cause. + * `-d`, `--diff`: Express all but the most common result group in terms of diff from the most common result group