From: Ivailo Monev Date: Mon, 29 Jul 2019 22:08:49 +0000 (+0000) Subject: correct qscript tool name in manual page X-Git-Tag: 4.12.0~5250 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=86175273ec2339c57f8b898cce760c5390b51e4c;p=kde%2FKatie.git correct qscript tool name in manual page Signed-off-by: Ivailo Monev --- diff --git a/src/tools/qscript/qscript.pod b/src/tools/qscript/qscript.pod index 416a16bfb..482ded9e3 100644 --- a/src/tools/qscript/qscript.pod +++ b/src/tools/qscript/qscript.pod @@ -1,10 +1,10 @@ =head1 NAME -qtscript - stand-alone Qt scripts interpreter +qscript - stand-alone Qt scripts interpreter =head1 SYNOPSIS -qtscript [script-file] +qscript [script-file] =head1 OPTIONS @@ -19,14 +19,14 @@ qtscript [script-file] =head1 DESCRIPTION -qtscript can be used as a stand-alone tool to run Qt scripts which could be +qscript can be used as a stand-alone tool to run Qt scripts which could be usefull when testing. Since the scripts are basicly ECMAScript you should see the ECMA-262 specification for more details about built-in objects, functions and properties supported. =head1 EXIT STATUS -qtscript returns 0 on success, 1 on wrong usage and other on unexpected +qscript returns 0 on success, 1 on wrong usage and other on unexpected failure. =head1 AUTHORS