summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordiener <diener@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-23 21:02:50 +0000
committerdiener <diener@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-23 21:02:50 +0000
commit5eb403f6d3c774fe8da595eeaba3d1b8aded9614 (patch)
tree01c460afea835072261978a23d22dc3cf7a9ed73 /src
parent2eb52c6eb963581f21dbc485d721836c39235ed7 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/main/ProcessCommandLine.c2
1 files changed, 1 insertions, 1 deletions
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;