From 1ef627fbf6af8f7400aeb76a858e628b4d319b23 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 25 Aug 2015 21:10:10 +0200 Subject: [PATCH] ocat: add missing S short option --- ocat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocat.c b/ocat.c index c564a9c..563db2a 100644 --- a/ocat.c +++ b/ocat.c @@ -178,7 +178,7 @@ int main(int argc, char **argv) }; int optindex = 0; - c = getopt_long(argc, argv, "hlu:d:F:T:f:KL", long_options, &optindex); + c = getopt_long(argc, argv, "hlu:d:F:T:f:KLS", long_options, &optindex); if (c == -1) break;