summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-03 22:23:23 +0000
committerJim Meyering <jim@meyering.net>2005-12-03 22:23:23 +0000
commit08a0a7291f9696681e541f81aba1424308282c4c (patch)
treecca48feaa88d3cff0be35c3da554937aca9fca67 /src/head.c
parent43233c319e3c8d829824cd16ad99b1acc47dde6d (diff)
downloadcoreutils-08a0a7291f9696681e541f81aba1424308282c4c.tar.xz
(long_options): Change the name of each undocumented, for-
testing-only option to start with `-', so that it cannot render ambiguous any prefix it happens to share with some other option name.
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index df6493080..95100250d 100644
--- a/src/head.c
+++ b/src/head.c
@@ -88,7 +88,7 @@ static struct option const long_options[] =
{
{"bytes", required_argument, NULL, 'c'},
{"lines", required_argument, NULL, 'n'},
- {"presume-input-pipe", no_argument, NULL,
+ {"-presume-input-pipe", no_argument, NULL,
PRESUME_INPUT_PIPE_OPTION}, /* do not document */
{"quiet", no_argument, NULL, 'q'},
{"silent", no_argument, NULL, 'q'},