mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-19 17:10:09 +00:00
Updated help text
This commit is contained in:
4
param.c
4
param.c
@ -109,7 +109,7 @@ Param_Tweak(struct ocx *ocx, const char *arg)
|
||||
if (!strcmp(pt->name, arg))
|
||||
break;
|
||||
if (pt == NULL)
|
||||
Fail(ocx, 0, "unknown parameter '%s' (try PARAM ?)",
|
||||
Fail(ocx, 0, "unknown parameter '%s' (try PARAM=?)",
|
||||
arg);
|
||||
Put(ocx, OCX_DIAG, "Parameter:\n\t%s\n", pt->name);
|
||||
Put(ocx, OCX_DIAG, "Minimum:\n\t%.3e\n", pt->min);
|
||||
@ -131,7 +131,7 @@ Param_Tweak(struct ocx *ocx, const char *arg)
|
||||
break;
|
||||
}
|
||||
if (pt == NULL)
|
||||
Fail(ocx, 0, "unknown parameter '%.*s' (try PARAM ?)",
|
||||
Fail(ocx, 0, "unknown parameter '%.*s' (try PARAM=?)",
|
||||
(int)(q - arg), arg);
|
||||
|
||||
r = NULL;
|
||||
|
||||
Reference in New Issue
Block a user