Skip to content

Commit

Permalink
oc 0.1.0 - not too useful, but it has a version number o/
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Dec 10, 2013
1 parent 33c4791 commit 6fa3abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/oc/frontend/BuildParams.ooc
Expand Up @@ -9,7 +9,7 @@ BUILD_DATE: extern CString

BuildParams: class {

VERSION := static "0.0"
VERSION := static "0.1.0"

self := ""
home := "."
Expand Down
4 changes: 3 additions & 1 deletion source/oc/oc.ooc
Expand Up @@ -18,7 +18,9 @@ main: func (mainArgs: ArrayList<String>) {
params := BuildParams new(opts opts)

if(opts args empty?()) {
"Usage: oc file.ooc" println()
"Usage: oc FILE" println()
"Where FILE is a .use file or an .ooc file" println()
"If no file is specified, the first .use file found will be compiled." println()
exit(1)
}

Expand Down

0 comments on commit 6fa3abb

Please sign in to comment.