]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Remove mention of --seed.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2006 16:47:43 +0000 (16:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2006 16:47:43 +0000 (16:47 +0000)
src/sort.c

index 664d1453f7df9e27365e28aa2296152c46930312..d3a37f3d15ce91f71b46b8759c12cf9908a22e46 100644 (file)
@@ -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},