Fixed a typo in a comment

This commit is contained in:
Denis Dzyubenko
2015-06-27 13:54:48 +02:00
parent 521d108df9
commit 1aaeb1184e

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# blacbox_decrypt_all_files -- Decrypt all blackbox files (INTERACTIVE). # blackbox_decrypt_all_files -- Decrypt all blackbox files (INTERACTIVE).
# #
# Usage: # Usage:
# blacbox_decrypt_all_files [GROUP] # blackbox_decrypt_all_files [GROUP]
# GROUP is optional. If supplied, the resulting files # GROUP is optional. If supplied, the resulting files
# are chgrp'ed to that group. # are chgrp'ed to that group.