diff --git a/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc b/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
index 454df4b2fa28c17be1f91649a5643fef29d24706..54162fb5d56577bdf52b9655a2f19762cf84c886 100644
--- a/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
+++ b/test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
@@ -43,10 +43,8 @@ void usage(const char *progName, const std::string &errorMsg)
         errorMessageOut += "\n\nThe list of mandatory options for this program is:\n"
                            "\t-TimeManager.TEnd              End of the simulation [s] \n"
                            "\t-TimeManager.DtInitial         Initial timestep size [s] \n"
-                           "\t-Grid.NumberOfCellsX           Number of Cells in x \n"
-                           "\t-Grid.NumberOfCellsY           Number of Cells in y \n"
-                           "\t-Grid.UpperRightX              Upper right domain boundary x \n"
-                           "\t-Grid.UpperRightY              Upper right domain boundary y \n"
+                           "\t-Grid.Cells                    Number of cells in respective coordinate directions\n"
+                           "\t-Grid.UpperRight               Upper right corner coordinates\n"
                            "\t-Problem.Name                  String for naming of the output files \n"
                            "\n";