hm, forgot to remove the -d option from the getopt format string


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@268 4cde692c-a291-49d1-8350-778aa11640f8
diff --git a/Tools/ttcompile b/Tools/ttcompile
index 4a2ba9f..b560e02 100755
--- a/Tools/ttcompile
+++ b/Tools/ttcompile
@@ -31,7 +31,7 @@
 	return os.path.join(dir, file + ".ttf")
 
 try:
-	options, args = getopt.getopt(sys.argv[1:], "hvbfd:i:")
+	options, args = getopt.getopt(sys.argv[1:], "hvbfi:")
 except getopt.GetoptError:
 	usage()