Skip to content

Commit

Permalink
update .command file to use newer double-dashed (--) option names
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Mar 21, 2011
1 parent d8cee35 commit b78d761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogeneratorTestMule/mogenerate.command
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd "`dirname \"$0\"`"
cd MOs
mogenerator -model ../mogeneratorTestMule_DataModel.xcdatamodel --baseClass MyBaseClass --includem include.m
mogenerator --model ../mogeneratorTestMule_DataModel.xcdatamodel --baseClass MyBaseClass --includem include.m

0 comments on commit b78d761

Please sign in to comment.