diff --git a/src/fn/delete-contacts.js b/src/fn/delete-contacts.js index c764f5e7..3213b5d1 100644 --- a/src/fn/delete-contacts.js +++ b/src/fn/delete-contacts.js @@ -61,6 +61,9 @@ ${bold('OPTIONS')} --docDirectoryPath= Specifies the folder used to store the documents representing the changes in hierarchy. + +--force + Don't prompt if the doc staging folder already contains files; continue using it. `); /* eslint-enable max-len */ }; diff --git a/src/fn/merge-contacts.js b/src/fn/merge-contacts.js index 7dedc656..fe919f1e 100644 --- a/src/fn/merge-contacts.js +++ b/src/fn/merge-contacts.js @@ -82,6 +82,9 @@ ${bold('OPTIONS')} --docDirectoryPath= Specifies the folder used to store the documents representing the changes in hierarchy. + +--force + Don't prompt if the doc staging folder already contains files; continue using it. `); /* eslint-enable max-len */ }; diff --git a/src/fn/move-contacts.js b/src/fn/move-contacts.js index 3d5c3eb9..3e2a0609 100644 --- a/src/fn/move-contacts.js +++ b/src/fn/move-contacts.js @@ -65,6 +65,9 @@ ${bold('OPTIONS')} --docDirectoryPath= Specifies the folder used to store the documents representing the changes in hierarchy. + +--force + Don't prompt if the doc staging folder already contains files; continue using it. `); /* eslint-enable max-len */ };