From 5eb403f6d3c774fe8da595eeaba3d1b8aded9614 Mon Sep 17 00:00:00 2001 From: diener Date: Tue, 23 Oct 2012 21:02:50 +0000 Subject: Make the -P short version of --exit-after-param-check work. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4887 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/ProcessCommandLine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c index 2a392f30..46301f15 100644 --- a/src/main/ProcessCommandLine.c +++ b/src/main/ProcessCommandLine.c @@ -168,7 +168,7 @@ int CCTKi_ProcessCommandLine(int *inargc, char ***inargv, tFleshConfig *ConfigDa { while (1) { - c = getopt_long_only (argc, argv, "hO::o:x::L:W:E:r::b:STt:vi", + c = getopt_long_only (argc, argv, "hO::o:x::L:W:E:r::b:STt:Pvi", long_options, &option_index); if (c == -1) break; -- cgit v1.2.3