Skip to content

Commit

Permalink
fix: hide snapshot flag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito authored Mar 5, 2019
1 parent 84803f7 commit b3487e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pg-v5/commands/backups/capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
args: [{ name: 'database', optional: true }],
flags: [
{ name: 'wait-interval', hasValue: true },
{ name: 'snapshot' },
{ name: 'snapshot', hidden: true },
{ name: 'verbose', char: 'v' }
],
run: cli.command({ preauth: true }, co.wrap(run))
Expand Down

0 comments on commit b3487e5

Please sign in to comment.