Skip to content

Commit b4d58e0

Browse files
authored
Merge pull request #41 from gogepp/dev
Fix typo
2 parents fb7733d + 0b16801 commit b4d58e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/genoboo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ addExpression
625625
)
626626
.option(
627627
'-n, --replica-names <replicaNames...>',
628-
'Name of the replica group. Will defaut to the first column header if not set. Can be set multiple time (for each replica group). Will match replica groups in order, whether they are multiple of single columns.
628+
'Name of the replica group. Will defaut to the first column header if not set. Can be set multiple time (for each replica group). Will match replica groups in order, whether they are multiple of single columns.'
629629
)
630630
.option(
631631
'--public',

0 commit comments

Comments
 (0)