Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
derekhe committed Oct 11, 2016
1 parent baa995c commit a19ce41
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/*
.idea/*
passwd.bin
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,16 @@ Get device encryption status and cipher suites used.
```
You will be asked to enter the unlock password. If everything is fine device will be unlocked.

```
-us, --unlock_with_saved_passwd Unlock with the password saved
```
Unlock using the saved password. If everything is fine device will be unlocked.

```
-sp, --save_passwd Save password
```
When unlock password, it will save user password to passwd.bin, so you can use "-us" for next time to auto unlock.

```
-m, --mount Enable mount point for an unlocked device
```

0 comments on commit a19ce41

Please sign in to comment.