commit 9bfbfcd05ba32865e03ec448807d5c81426fba6d parent 0aa2e0a1d2b633938efda33bff1e183e8a7f7140 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 5 Mar 2020 21:48:01 +0100 Consolidate code for options Diffstat:
M | max_depth_simple_shear.c | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c @@ -29,11 +29,10 @@ static void usage(void) { dprintf(2, "usage: %s [-hv] " - "[-g gravity-accel] [-r grain-density] " - "[-p grain-porosity] " + "[-g gravity-accel] [-r grain-density] [-p grain-porosity] " "[-O fluid-pressure-top] [-a fluid-pressure-ampl] " - "[-q fluid-pressure-freq]" - "[-k fluid-permeability] [-R fluid-density] [-i fluid-viscosity] " + "[-q fluid-pressure-freq] [-k fluid-permeability] " + "[-R fluid-density] [-i fluid-viscosity] " "[-C fluid-compressibility]\n", argv0); exit(1); }