From: Paul Eggert Date: Thu, 25 May 2006 16:47:43 +0000 (+0000) Subject: (usage): Remove mention of --seed. X-Git-Tag: v6.0~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5002b0ba7930677271bc42a2e291779a3e02bc62;p=thirdparty%2Fcoreutils.git (usage): Remove mention of --seed. --- diff --git a/src/sort.c b/src/sort.c index 664d1453f7..d3a37f3d15 100644 --- a/src/sort.c +++ b/src/sort.c @@ -317,7 +317,6 @@ Other options:\n\ -k, --key=POS1[,POS2] start a key at POS1, end it at POS2 (origin 1)\n\ -m, --merge merge already sorted files; do not sort\n\ -o, --output=FILE write result to FILE instead of standard output\n\ - --seed=STRING seed random hash function with STRING\n\ -s, --stable stabilize sort by disabling last-resort comparison\n\ -S, --buffer-size=SIZE use SIZE for main memory buffer\n\ "), stdout); @@ -389,7 +388,7 @@ static struct option const long_options[] = {"temporary-directory", required_argument, NULL, 'T'}, {"unique", no_argument, NULL, 'u'}, {"zero-terminated", no_argument, NULL, 'z'}, - {"seed", required_argument, NULL, SEED_OPTION}, + {"seed", required_argument, NULL, SEED_OPTION}, /* This will go away soon. */ {GETOPT_HELP_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL}, {NULL, 0, NULL, 0},