From 51b699a035e1acfe46e3c2107616235d69f68cd1 Mon Sep 17 00:00:00 2001
From: Guillaume Turri <guillaume.turri@gmail.com>
Date: Sat, 30 Jul 2011 11:17:35 +0300
Subject: [PATCH] Adding a \n to striplangs' help

Making it more aesthetic, and consistent with the others bin/*php scripts
---
 bin/striplangs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/striplangs.php b/bin/striplangs.php
index 288859c6a..40cef5063 100644
--- a/bin/striplangs.php
+++ b/bin/striplangs.php
@@ -22,7 +22,7 @@ function usage($show_examples = false) {
         -h, --help     get this help
         -x, --examples get also usage examples
         -k, --keep     comma separated list of languages, -e is always implied
-        -e, --english  keeps english, dummy to use without -k";
+        -e, --english  keeps english, dummy to use without -k\n";
     if ( $show_examples ) {
         print "\n
     EXAMPLES
-- 
GitLab