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

Commit 044b238

Browse files
author
Alan Shaw
committed
docs: tweak migration option description
1 parent 760c89c commit 044b238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const parser = yargs
2020
default: ''
2121
})
2222
.option('migrate', {
23-
desc: 'Allows automatic migrations',
23+
desc: 'Enable/disable automatic repo migrations',
2424
type: 'boolean',
2525
default: false
2626
})

0 commit comments

Comments
 (0)