Skip to content
Snippets Groups Projects
Commit 89979884 authored by Martin Nolte's avatar Martin Nolte
Browse files

fix help string

[[Imported from SVN: r5677]]
parent 43b5cfd3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ AC_DEFUN([DUNE_GRID_DIMENSION],[
dimension during compilation (default=disabled)]),
, with_grid_dim=0)
AC_ARG_WITH(world_dim,
AC_HELP_STRING([-with-world-dim=1|2|3],
AC_HELP_STRING([--with-world-dim=1|2|3],
[dimension of world; mainly used to determine grid
dimension during compilation (default=grid-dim)]),
, with_world_dim=0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment