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},