[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tsd TargetName description
tsd
command is used to change the description of a target. The
parameters are the target name and the new description.
tsd
.
The description of the target is printed before and after change with
tl -d
.
$ dio87d -d $ dio87c -- ta localhost "first description" $ dio87c -- tl -d localhost first description $ dio87c -- tsd localhost "new description" $ dio87c -- tl -d localhost new description $ |