tFix typo in help text - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0ff63f4ba9cd7f4e6ee2b46f2621b0508e3917fd
 (DIR) parent 6bd6591677e6c6ebbd6d73bf94cae4e2cfdb3863
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  6 Mar 2020 07:10:19 +0100
       
       Fix typo in help text
       
       Diffstat:
         M 1d_fd_simple_shear.c                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear.c b/1d_fd_simple_shear.c
       t@@ -35,7 +35,7 @@ usage(void)
                dprintf(2, "usage: %s [-FNThv] "
                        "[-g gravity-accel] [-d grain-size] [-r grain-density] "
                        "[-m grain-friction] [-c grain-cohesion] "
       -                "[-A grain-nonlocal-ampl] [-b grain-rate-dependance] "
       +                "[-A grain-nonlocal-ampl] [-b grain-rate-dependence] "
                        "[-p grain-porosity] [-y min-porosity] [-Y max-porosity] "
                        "[-K dilatancy-constant] "
                        "[-n normal-stress] [-f applied-shear-friction] "