From 95785f81a3cc55077378b027bef352c27d27d346 Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Wed, 29 Nov 2000 18:29:31 +0000 Subject: [PATCH] Missing letters --- aplay/aplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplay/aplay.c b/aplay/aplay.c index 85cbfdd..9118fb2 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -248,7 +248,7 @@ static void version(void) int main(int argc, char *argv[]) { int option_index; - char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vI"; + char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vIPC"; static struct option long_options[] = { {"help", 0, 0, OPT_HELP}, {"version", 0, 0, OPT_VERSION}, -- 2.47.1