From 4155657f6f6e645cf065d50672290e2f153b9bbc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Nov 2001 09:03:15 +0000 Subject: [PATCH] (usage): Add one-line description. --- src/ptx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ptx.c b/src/ptx.c index 75bc7ed..2395cbd 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -1,5 +1,5 @@ /* Permuted index for GNU, with keywords in their context. - Copyright (C) 1990, 1991, 1993, 1998-2000 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1993, 1998-2001 Free Software Foundation, Inc. François Pinard , 1988. This program is free software; you can redistribute it and/or modify @@ -1861,8 +1861,9 @@ Usage: %s [OPTION]... [INPUT]... (without -G)\n\ or: %s -G [OPTION]... [INPUT [OUTPUT]]\n"), program_name, program_name); fputs (_("\ -Mandatory arguments to long options are mandatory for short options too.\n\ +Output a permuted index, including context, of the words in the input files.\n\ \n\ +Mandatory arguments to long options are mandatory for short options too.\n\ -A, --auto-reference output automatically generated references\n\ -C, --copyright display Copyright and copying conditions\n\ -G, --traditional behave more like System V `ptx'\n\ -- 2.7.4