Home
last modified time | relevance | path

Searched refs:GetUsageHelp (Results 1 – 5 of 5) sorted by relevance

/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Maint/Ticket/
H A DFulltextIndex.pm47 $Self->Print( $Self->GetUsageHelp() );
52 $Self->Print( $Self->GetUsageHelp() );
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Maint/Log/
H A DCommunicationLog.pm80 $Self->Print( $Self->GetUsageHelp() );
85 $Self->Print( $Self->GetUsageHelp() );
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/
H A DHelp.pm48 print $Command->GetUsageHelp();
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Maint/Email/
H A DMailQueue.pm93 $Self->Print( $Self->GetUsageHelp() );
98 $Self->Print( $Self->GetUsageHelp() );
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/
H A DBaseCommand.pm415 print "\n" . $Self->GetUsageHelp();
427 print STDERR "\n" . $Self->GetUsageHelp();
519 sub GetUsageHelp { subroutine