summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 3ea3475b9..bd3c9552b 100644
--- a/koch.nim
+++ b/koch.nim
@@ -329,7 +329,7 @@ proc temp(args: string) =
 
 proc showHelp() = 
   quit(HelpText % [NimVersion & repeatChar(44-len(NimVersion)), 
-                   CompileDate, CompileTime])
+                   CompileDate, CompileTime], QuitSuccess)
 
 var op = initOptParser()
 op.next()
0e06e5dc230636be06'>9485f1c88 ^
aa96343f1 ^



9c00f6dec ^

c17f6c783 ^



70ea45cdb ^

d52a1061b ^

b14cc1e3b ^


d52a1061b ^

d7a896f19 ^


90c1b94fb ^

560d87f5f ^
90c1b94fb ^
9565da11e ^
089506498 ^

4e4d466d0 ^







742f43e57 ^












136dbd3c6 ^










5e66a7ce5 ^



a4d40d137 ^


661ce8b8c ^

908a25a2c ^

55cdaaef6 ^
844e12306 ^

0594a3a70 ^


908a25a2c ^
0594a3a70 ^






8d1a5dc8e ^



5d2e86ea1 ^






b74a5148a ^

5196cc3a5 ^
45821ea2a ^


33814cf63 ^





255902f9a ^
17becb8d3 ^




6df6ec27e ^


da2f689e0 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130