Skip to content

Commit

Permalink
Using kebab casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Jun 15, 2020
1 parent 495fbd8 commit d785bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/es_archiver/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cmd
.action((name, indices) => execute((archiver, { raw }) => archiver.save(name, indices, { raw })));

cmd
.option('--useCreate', 'use create instead of index for loading documents')
.option('--use-create', 'use create instead of index for loading documents')
.command('load <name>')
.description('load the archive in --dir with <name>')
.action((name) => execute((archiver, { useCreate }) => archiver.load(name, { useCreate })));
Expand Down

0 comments on commit d785bde

Please sign in to comment.