diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-04 09:03:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-04 09:03:15 +0000 |
commit | 4155657f6f6e645cf065d50672290e2f153b9bbc (patch) | |
tree | 7cac0619f7f9da5217e1d4a9c0546da4c312d66f /src | |
parent | 7d6e8efb15f417facd0e5bebf034d182a9946c50 (diff) | |
download | coreutils-4155657f6f6e645cf065d50672290e2f153b9bbc.tar.xz |
(usage): Add one-line description.
Diffstat (limited to 'src')
-rw-r--r-- | src/ptx.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <pinard@iro.umontreal.ca>, 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\ |