From 42594a0e4ac11ff73fcf4812c2591cf841eda0c5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Jan 2003 08:59:00 +0000 Subject: [PATCH] (usage): Document --first-only and mention that --tabs=N (-t) enables --all (-a). --- src/unexpand.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/unexpand.c b/src/unexpand.c index 8e58b2b402..9c1e751f62 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -1,5 +1,5 @@ /* unexpand - convert spaces to tabs - Copyright (C) 89, 91, 1995-2002 Free Software Foundation, Inc. + Copyright (C) 89, 91, 1995-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* By default, convert only maximal strings of initial blanks and tabs into tabs. @@ -385,9 +385,10 @@ With no FILE, or when FILE is -, read standard input.\n\ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ - -a, --all convert all whitespace, instead of initial whitespace\n\ - -t, --tabs=NUMBER have tabs NUMBER characters apart instead of 8\n\ - -t, --tabs=LIST use comma separated list of explicit tab positions\n\ + -a, --all convert all whitespace, instead of just initial whitespace\n\ + --first-only convert only leading sequences of whitespace (overrides -a)\n\ + -t, --tabs=N have tabs N characters apart instead of 8 (enables -a)\n\ + -t, --tabs=LIST use comma separated LIST of tab positions (enables -a)\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); -- 2.47.2