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 33f3dd1 commit d8cee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogeneratorTestMule/mogenerate.command
100755 → 100644
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 d8cee35

Please sign in to comment.