Skip to content

Commit

Permalink
Update action argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 14, 2023
1 parent 7c94833 commit 71834d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avida-core/source/actions/PopulationActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5188,7 +5188,7 @@ class cActionKillDemesHighestParasiteLoad : public cAction
assert(m_killprob >= 0);
}

static const cString GetDescription() { return "Arguments: [int prob=1]"; }
static const cString GetDescription() { return "Arguments: [double killprob=0.01]"; }

void Process(cAvidaContext& ctx)
{
Expand Down

0 comments on commit 71834d3

Please sign in to comment.