aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/trainer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/examples/trainer.lua')
-rw-r--r--nerv/examples/trainer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/trainer.lua b/nerv/examples/trainer.lua
index 8e3efcb..f6c7a5a 100644
--- a/nerv/examples/trainer.lua
+++ b/nerv/examples/trainer.lua
@@ -36,7 +36,7 @@ local function make_options(spec)
end
local function print_help(options)
- nerv.printf("Usage: <asr_trainer.lua> [options] network_config.lua\n")
+ nerv.printf("Usage: <trainer.lua> [options] <network_config.lua>\n")
nerv.print_usage(options)
end