From 81f2505a2cc74326352c88fb6406703239e2d9be Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 28 Jan 2011 11:09:59 -0700 Subject: [PATCH] The reading-speed option requires an argument. --- src/xcowsay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xcowsay.c b/src/xcowsay.c index 14c1d5e..d5ee209 100644 --- a/src/xcowsay.c +++ b/src/xcowsay.c @@ -252,7 +252,7 @@ int main(int argc, char **argv) parse_config_file(); int c, index = 0, failure = 0; - const char *spec = "hvld:rt:f:"; + const char *spec = "hvld:r:t:f:"; const char *dream_file = NULL; while ((c = getopt_long(argc, argv, spec, long_options, &index)) != -1) { switch (c) { -- 2.39.2