mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 08:13:21 +00:00
small fixes
This commit is contained in:
@@ -178,7 +178,7 @@ export class Program extends BaseProgram {
|
||||
writeLn(' bw unlock myPassword321 --raw');
|
||||
writeLn('', true);
|
||||
})
|
||||
.option('--check', 'Check vault status.', async () => {
|
||||
.option('--check', 'Check lock status.', async () => {
|
||||
const locked = await this.main.lockService.isLocked();
|
||||
if (!locked) {
|
||||
const res = new MessageResponse('Vault is unlocked!', null);
|
||||
|
||||
Reference in New Issue
Block a user