From 081d0efe6a99fc226fae93d9ed32385deeb8b11c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 22 Jan 2011 21:54:16 +0100 Subject: [PATCH 1/3] Slightly reword some recsel options. --- utils/recsel.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/recsel.c b/utils/recsel.c index 08fb80d..b69d6f6 100644 --- a/utils/recsel.c +++ b/utils/recsel.c @@ -126,11 +126,11 @@ Select and print rec data.\n"), stdout); Output options:\n\ -p, --print=FIELDS comma-separated list of fields to print for each\n\ matching record.\n\ - -P, --print-values=FIELDS same than -p, but print the values of the selected\n\ + -P, --print-values=FIELDS as -p, but print only the values of the selected\n\ fields.\n\ - -R, --print-row=FIELDS same than -P, but the values are printed separated by\n\ - a blank character instead of newlines.\n\ - -c, --count provide a count of the matching records instead of\n\ + -R, --print-row=FIELDS as -P, but separate the values with spaces instead\n\ + of newlines.\n\ + -c, --count print a count of the matching records instead of\n\ the records themselves.\n"), stdout); puts (""); -- 1.6.3.3