summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/surf.c b/surf.c
index 5a7f72b..aa29780 100644
--- a/surf.c
+++ b/surf.c
@@ -900,6 +900,8 @@ main(int argc, char *argv[]) {
break;
case 'v':
die("surf-"VERSION", © 2009 surf engineers, see LICENSE for details\n");
+ default:
+ usage();
}
}
if(i < argc)