Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cli/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ module.exports = {
default: '2048',
describe: 'Number of bits to use in the generated RSA private key (defaults to 2048)'
})
.option('emptyRepo', {
.option('empty-repo', {
alias: 'e',
type: 'boolean',
describe: "Don't add and pin help files to the local storage"
})
.option('privateKey', {
.option('private-key', {
alias: 'k',
type: 'string',
describe: 'Pre-generated private key to use for the repo'
Expand Down