diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index 4a35f7fdb9f2b4734c94204444d8de7a1cbd2313..8aa0c61eead299898d62e67cfb9590360dd35b31 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -59,7 +59,7 @@ void PrintUsage(const char *name)
   Msg::Direct("  -1, -2, -3            Perform 1D, 2D or 3D mesh generation, then exit");
   Msg::Direct("  -refine               Perform uniform mesh refinement, then exit");
   Msg::Direct("  -part int             Partition after batch mesh generation");
-  Msg::Direct("  -partWeight <tri|quad|tet|prism|hex> = int    Weight of a triangle/... during partitioning");
+  Msg::Direct("  -partWeight <tri|quad|tet|prism|hex> int    Weight of a triangle/... during partitioning");
   Msg::Direct("  -renumber             Renumber the mesh elements after batch mesh generation");
   Msg::Direct("  -saveall              Save all elements (discard physical group definitions)");
   Msg::Direct("  -o file               Specify output file name");