Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/OpenNMT.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/onmt
diff options
context:
space:
mode:
authorGuillaume Klein <guillaume.klein@systrangroup.com>2017-10-06 18:21:17 +0300
committerGuillaume Klein <guillaume.klein@systrangroup.com>2017-10-06 18:21:17 +0300
commit383b6d67c16adf6ea75e8b9b91bc9ff5678f0671 (patch)
tree6a87a23a8b0d5d491f62c36ff4c46b3472f9f00f /onmt
parent9e523549892f9c5b8be1af90e611307177762197 (diff)
Recommend browsing the docs directory instead of the online documentation
Fixes #381.
Diffstat (limited to 'onmt')
-rw-r--r--onmt/utils/ExtendedCmdLine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/onmt/utils/ExtendedCmdLine.lua b/onmt/utils/ExtendedCmdLine.lua
index 765804d6..5b82bcff 100644
--- a/onmt/utils/ExtendedCmdLine.lua
+++ b/onmt/utils/ExtendedCmdLine.lua
@@ -190,7 +190,7 @@ function ExtendedCmdLine:error(msg)
error(msg)
else
io.stderr:write(self.script .. ': ' .. msg .. '\n')
- io.stderr:write('Try \'' .. self.script .. ' -h\' for more information, or visit the online documentation at http://opennmt.net/OpenNMT/.\n')
+ io.stderr:write('Try \'' .. self.script .. ' -h\' for more information, or browse the documentation in the docs/ directory.\n')
os.exit(1)
end
end