aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xblue.py2
1 files changed, 1 insertions, 1 deletions
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()