Bug: Packages are missing blackbox_deregister_file.

This commit is contained in:
tlimoncelli@stackexchange.com
2015-07-09 22:52:42 -07:00
parent 01a6758ab8
commit 6765988274
5 changed files with 18 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ Commands:
| `blackbox_diff` | Diff decrypted files against their original crypted version |
| `blackbox_initialize` | Enable blackbox for a GIT or HG repo |
| `blackbox_register_new_file` | Encrypt a file for the first time |
| blackbox_deregister_file | Remove a file from blackbox |
| `blackbox_deregister_file` | Remove a file from blackbox |
| `blackbox_list_files` | List the files maintained by blackbox |
| `blackbox_decrypt_all_files` | Decrypt all managed files (INTERACTIVE) |
| `blackbox_postdeploy` | Decrypt all managed files (batch) |