From 2169fd63bdf9caf539ca7ca5b661ee703206500c Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 22 Dec 2009 01:28:20 +0100 Subject: version 0.8.6 --- tests/tconsteval.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/tconsteval.nim') diff --git a/tests/tconsteval.nim b/tests/tconsteval.nim index 2bda0651d..ce90d7c27 100755 --- a/tests/tconsteval.nim +++ b/tests/tconsteval.nim @@ -1,3 +1,4 @@ +import strutils const HelpText = """ @@ -9,7 +10,7 @@ const Compiled at: $2, $3 Usage: - koch.py [options] command [options for command] + koch [options] command [options for command] Options: --force, -f, -B, -b forces rebuild --help, -h shows this help and quits @@ -23,4 +24,5 @@ Possible Commands: """ % [NimrodVersion & repeatChar(44-len(NimrodVersion)), CompileDate, CompileTime] +echo helpText -- cgit 1.4.1-2-gfad0 r Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/src/LYHash.c
blob: 9aaf146fd8447a5138df082ef6a75ea908009648 (plain) (blame)
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