From 5942fd18dbf961fa1222a76b7f95ddef6c3edf09 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 14 Mar 2017 13:52:09 -0500 Subject: [PATCH] args: clarify repeated --options lists --- tools/args.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/args.h b/tools/args.h index fd0ad0c9c..9d839b51b 100644 --- a/tools/args.h +++ b/tools/args.h @@ -1197,7 +1197,8 @@ arg(options_ARG, 'o', "options", string_VAL, ARG_GROUPABLE, 0, "\\fB-\\fP will remove the specified fields from the default fields, and\n" "\\fB#\\fP will compact specified fields (removing them when empty for all rows.)\n" "Use \\fB-o help\\fP to view the list of all available fields.\n" - "The -o option can be repeated, providing several lists.\n" + "Use separate lists of fields to add, remove or compact by repeating the -o option:\n" + "-o+field1,field2 -o-field3,field4 -o#field5.\n" "These lists are evaluated from left to right.\n" "Use field name \\fBlv_all\\fP to view all LV fields,\n" "\\fBvg_all\\fP all VG fields,\n" -- 2.43.5