Skip to content

Commit 22494c4

Browse files
committed
Update help message for plot kinetics
1 parent 901a088 commit 22494c4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

eda/cli.py

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ def kinetics(self):
205205
"--fit",
206206
action="store_true",
207207
help=(
208-
"Fit the data using a model, specify model with the '-f' or "
209-
"'--fit' argument)"
208+
"Fit the data using a model, specify a hardcorded model with "
209+
"the '-m' or '--model' argument, or an arbitrary model with "
210+
"the '-e' or '--expression' argument"
210211
),
211212
)
212213
parser.add_argument(

eda/kinetics.py

100755100644
File mode changed.

eda/spectrum.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)