From 1708080ccb34f2352dbf31ca6b78bf4205e43279 Mon Sep 17 00:00:00 2001
From: Romain Boman <romain.boman@gmail.com>
Date: Wed, 8 Jun 2022 11:02:05 +0200
Subject: [PATCH] add keyword

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7b45cb4..0b4d7d6 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ The FE models (input files) are compatible with the nonlinear FE code [Metafor](
 ## How to run the code (command line)?
 
 ```
-fossils.exe [-k nthreads] [--nogui] <path_to_input_file.py>
+fossils.exe [-k nthreads] [--nogui] [--post] <path_to_input_file.py>
 ```
 
 ## References
-- 
GitLab