Move static assets into the src directory

This commit is contained in:
Gustavo Cordova Avila
2022-12-08 14:10:34 -08:00
parent c5d61744d1
commit 005159a89c
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ var
verbose: bool = false
const
USAGE_DOC = staticRead("../static/usage.txt")
USAGE_DOC = staticRead("static/usage.txt")
proc showUsage(msg = "") =
## Display a usage message and quit