summary refs log tree commit diff stats
path: root/compiler/nimfix/nimfix.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nimfix/nimfix.nim')
-rw-r--r--compiler/nimfix/nimfix.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/nimfix.nim b/compiler/nimfix/nimfix.nim
index 3641aec36..39436702f 100644
--- a/compiler/nimfix/nimfix.nim
+++ b/compiler/nimfix/nimfix.nim
@@ -82,7 +82,7 @@ proc processCmdLine*(pass: TCmdLinePass, cmd: string) =
 
 proc handleCmdLine() =
   if paramCount() == 0:
-    stdout.writeln(Usage)
+    stdout.writeLine(Usage)
   else:
     processCmdLine(passCmd1, "")
     if gProjectName != "":