-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fixes the biometrics option in docs (#247)
The current option indicated in the doc is ``` dcli configure user-presence --method biometric ``` whereas it should be: ``` dcli configure user-presence --method biometrics ``` I received the error when I just copied the command over. Here is the [src](https://github.com/Dashlane/dashlane-cli/blob/c377153edeacd7a328204fd73cad8a825f228cc3/src/commands/configure.ts#L28-L32).
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters