From 7c9a4fa4ace9825f1fab02f5ea56dfbc9f7ada84 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 27 Jul 2020 22:13:09 -0400 Subject: [PATCH] deploy: import -> copy --- tools/deploy/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy/index.ts b/tools/deploy/index.ts index bd55ee47..24a0def3 100644 --- a/tools/deploy/index.ts +++ b/tools/deploy/index.ts @@ -11,7 +11,7 @@ function collect(value : string, previous : string[]) { } program - .command('import [files...]') + .command('copy [files...]') .option('-o, --output ', 'Output directory') // TODO: default toID .option('-e, --eval ', 'Expr')