From 6b5145f0b75c8d5719bf44d5f654b9a2d1e3b2cd Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 16 Nov 2020 16:43:53 +0000 Subject: [rescribe] Mention in usage that things can be saved in a different directory --- cmd/rescribe/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/main.go') 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. ` -- cgit v1.2.1-24-ge1ad