From d6a150eb218e2ce48465032a4ed735362736c8ef Mon Sep 17 00:00:00 2001 From: Vincent Tunru Date: Sun, 14 Oct 2012 15:33:39 +0200 Subject: [PATCH] Removed "too" from "also ... too". --- _posts/03-05-01-Command-Line-Interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/03-05-01-Command-Line-Interface.md b/_posts/03-05-01-Command-Line-Interface.md index 8790591..020b121 100644 --- a/_posts/03-05-01-Command-Line-Interface.md +++ b/_posts/03-05-01-Command-Line-Interface.md @@ -4,7 +4,7 @@ isChild: true ## Command Line Interface -PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs, too. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrativia. +PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrativia. CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web GUI for it. Just be sure not to put your CLI PHP scripts in your public web root! @@ -53,4 +53,4 @@ Hello, world [argv]: http://php.net/manual/en/reserved.variables.argv.php [php-cli]: http://php.net/manual/en/features.commandline.php [php-cli-windows]: http://www.php.net/manual/en/install.windows.commandline.php -[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits \ No newline at end of file +[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits