Skip to content

Commit

Permalink
Merge pull request #15955 from keithc-ca/compat
Browse files Browse the repository at this point in the history
Correct help message for PointerGenerator
  • Loading branch information
pshipton authored Sep 24, 2022
2 parents 2fb0338 + 07aa47c commit 7848203
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 1991, 2021 IBM Corp. and others
* Copyright (c) 1991, 2022 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -1485,7 +1485,6 @@ private static void printHelp() {
System.out.println(" -c <cache properties> : cache control properties file");
System.out.println(" -l <legacy mode> : true or false indicating if legacy DDR is used");
System.out.println(" -r <path> : path to superset file for restricting available constants");
System.out.println(" -c <path> : path to additional compatibility constants");
System.out.println(" -a <path> : path to auxiliary field information");
}

Expand Down

0 comments on commit 7848203

Please sign in to comment.