Update name in help command

This commit is contained in:
Yamboy1 2019-12-27 06:40:25 +13:00 committed by GitHub
parent 0ce30bd421
commit d35da4762d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ const { packDirectory, unpackDirectory } = require("lbry-format");
const path = require("path");
require("yargs")
.scriptName("lbry-pack")
.scriptName("lbry-format")
.usage("$0 <cmd> [args]")
.command(
"pack [directory] [file] [-t]",