[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rtsd RefName TaskName description
rtsd
command is used to change the description of a task in a
referential. The parameters are the referential name, the task name and the
new description.
rta
command.
The rtsd
is used to change the description of the task. rtl
command is used to print task description.
$ dio87d -d $ dio87c ra my_ref $ $ dio87c rta my_ref my_task "initial description" $ dio87c -- rtl -d my_ref my_task initial description $ $ dio87c -- rtsd my_ref my_task "new description" $ $ dio87c -- rtl -d my_ref my_task new description $ |