summaryrefslogtreecommitdiffstats
path: root/bindiff
diff options
context:
space:
mode:
Diffstat (limited to 'bindiff')
-rwxr-xr-xbindiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindiff b/bindiff
index a289870..76b53fa 100755
--- a/bindiff
+++ b/bindiff
@@ -1,6 +1,6 @@
#!/bin/bash
-if [[ $# != 3 ]]; then
+if [[ $# != 2 ]]; then
echo "usage: bindiff <file1> <file2>"
exit 0
fi