Skip to content

Commit f196a14

Browse files
committed
Change help string
1 parent f11f096 commit f196a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splashsurf/src/reconstruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use arguments::*;
2222
static ARGS_IO: &str = "Input/output";
2323
static ARGS_BASIC: &str = "Numerical reconstruction parameters";
2424
static ARGS_ADV: &str = "Advanced parameters";
25-
static ARGS_OCTREE: &str = "Octree (domain decomposition) parameters";
25+
static ARGS_OCTREE: &str = "Domain decomposition (octree or grid) parameters";
2626
static ARGS_DEBUG: &str = "Debug options";
2727
static ARGS_INTERP: &str = "Interpolation";
2828
static ARGS_POSTPROC: &str = "Postprocessing";

0 commit comments

Comments
 (0)