[rt-devel] Minor bug in rt CLI
Dmitry Sivachenko
mitya at cavia.pp.ru
Wed Dec 3 06:46:40 EST 2003
Hello!
Please consider this patch:
--- rt.orig Wed Dec 3 14:43:26 2003
+++ rt Wed Dec 3 14:44:38 2003
@@ -767,7 +767,7 @@
exit -1;
}
- return $res;
+ return $res->code;
}
# Session management.
@@ -1368,7 +1368,7 @@
be used to specify more than one object of the same type. Note that
the list must be a single argument (i.e., no spaces). For example,
"user/root,1-3,5,7-10,ams" is a list of ten users; the same list
- can also be written as "user/ams,root,1,2,3,5,7,8-20".
+ can also be written as "user/ams,root,1,2,3,5,7,8-10".
Examples:
(The second chunk is a typo in documentation).
More information about the Rt-devel
mailing list