diff options
author | Nick White <git@njw.name> | 2020-11-16 16:43:53 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-16 16:44:33 +0000 |
commit | 6b5145f0b75c8d5719bf44d5f654b9a2d1e3b2cd (patch) | |
tree | 5bf095854eb24ba016ba6b7b3f0592279ec8ef2b /cmd/rescribe/main.go | |
parent | 514665f407af82e2fe215971f247acba60959977 (diff) |
[rescribe] Mention in usage that things can be saved in a different directory
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r-- | cmd/rescribe/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 6a2fb9f..8ca4189 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -24,7 +24,7 @@ import ( "rescribe.xyz/bookpipeline/internal/pipeline" ) -const usage = `Usage: rescribe [-v] [-t training] bookdir +const usage = `Usage: rescribe [-v] [-t training] bookdir [savedir] Process and OCR a book using the Rescribe pipeline on a local machine. ` |