OSDN Git Service

correct qscript tool name in manual page
authorIvailo Monev <xakepa10@laimg.moc>
Mon, 29 Jul 2019 22:08:49 +0000 (22:08 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Mon, 29 Jul 2019 22:08:49 +0000 (22:08 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/tools/qscript/qscript.pod

index 416a16b..482ded9 100644 (file)
@@ -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