[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rtsd

NAME

Command rtsd :: Ref Task Set Description

SYNOPSIS

rtsd RefName TaskName description

DESCRIPTION

The 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.

EXAMPLE

In this example, a referential named `my_ref' is created. A task `my_task' is created in this referential. An initial value for the task description is passed as third parameter in the call of the 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
$

ACCESS CONTROL

This function requires the `manage' privilege for the `referential' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html