aboutsummaryrefslogtreecommitdiff
path: root/examples/tomodeps.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tomodeps.tm')
-rw-r--r--examples/tomodeps.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tomodeps.tm b/examples/tomodeps.tm
index 209f14e0..a427c5f9 100644
--- a/examples/tomodeps.tm
+++ b/examples/tomodeps.tm
@@ -103,7 +103,7 @@ func draw_tree(dep:Dependency, dependencies:{Dependency:{Dependency}}):
func main(files:[Text]):
if files.length == 0:
- exit(1, message="
+ exit("
Please provide at least one file!
$_USAGE
")