[Rt-commit] r4445 - in rt/branches/3.4-RELEASE: bin
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jan 25 07:50:08 EST 2006
Author: jesse
Date: Wed Jan 25 07:50:07 2006
New Revision: 4445
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/bin/rt.in
Log:
r22960 at truegrounds: jesse | 2006-01-25 13:47:07 +0100
* a couple added lines of docs to the cli
Modified: rt/branches/3.4-RELEASE/bin/rt.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/rt.in (original)
+++ rt/branches/3.4-RELEASE/bin/rt.in Wed Jan 25 07:50:07 2006
@@ -1673,13 +1673,15 @@
-t type Specifies object type.
-f a,b,c Restrict the display to the specified fields.
-S var=val Submits the specified variable with the request.
-
+ -v Verbose display
Examples:
rt show -t ticket -f id,subject,status 1-3
rt show ticket/3/attachments/29
rt show ticket/3/attachments/29/content
rt show ticket/1-3/links
+ rt show ticket/3/history
+ rt show -v ticket/3/history
rt show -t user 2
--
More information about the Rt-commit
mailing list