From 5743ff8386bc70b4b20b15cb97982bcecd1c99f7 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 29 Dec 2016 10:53:05 +0100 Subject: [PATCH] attempt to mitigate Nimble issue #293 --- compiler/commands.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/commands.nim b/compiler/commands.nim index f85e535111..3daab170cd 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -56,8 +56,8 @@ const "Copyright (c) 2006-" & CompileDate.substr(0, 3) & " by Andreas Rumpf\n" const - Usage = slurp"doc/basicopt.txt".replace("//", "") - AdvancedUsage = slurp"doc/advopt.txt".replace("//", "") + Usage = slurp"../doc/basicopt.txt".replace("//", "") + AdvancedUsage = slurp"../doc/advopt.txt".replace("//", "") proc getCommandLineDesc(): string = result = (HelpMessage % [VersionAsString, platform.OS[platform.hostOS].name,