Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: cli flag typos
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 2, 2017
1 parent 9feebd3 commit c5bb0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/commands/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
builder: {
'enable-sharding-experiment': {
type: 'boolean',
defaultt: false
default: false
},
'enable-pubsub-experiment': {
type: 'booleam',
Expand Down
2 changes: 1 addition & 1 deletion src/cli/commands/files/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
},
'enable-sharding-experiment': {
type: 'boolean',
defaultt: false
default: false
},
'shard-split-threshold': {
type: 'integer',
Expand Down

0 comments on commit c5bb0b9

Please sign in to comment.