From 365cee12526feead1472e0d6dc157f846536e607 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2016 07:33:59 +0200 Subject: Reject -L combined with -u MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- blue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue.py b/blue.py index 436f2cb..a10e3e8 100755 --- a/blue.py +++ b/blue.py @@ -91,7 +91,7 @@ while i < n: i += 1 else: break -if i != n or (human and unix): +if i != n or (human and unix) or (local and unix): usage() -- cgit v1.2.3-70-g09d2