X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fbin%2Frt;fp=rt%2Fbin%2Frt;h=89873f5d63d6a372e2601793e770b0d4a04f7626;hp=32f459a7e7c785b99db05a0084a262256c7f40d9;hb=0bff2e665b3a6389b47510e4c04a5a454f6dd7d4;hpb=806d426d106efea2b2b13314108c4ac046511e1c diff --git a/rt/bin/rt b/rt/bin/rt index 32f459a7e..89873f5d6 100755 --- a/rt/bin/rt +++ b/rt/bin/rt @@ -420,7 +420,7 @@ sub show { } elsif (my $spec = is_object_spec($_, $type)) { push @objects, $spec; - $rawprint = 1 if $_ =~ /\/content$/ or $_ !~ /^ticket/; + $rawprint = 1 if $_ =~ /\/content$/ or $_ =~ /\/links/ or $_ !~ /^ticket/; } else { my $datum = /^-/ ? "option" : "argument";