summaryrefslogtreecommitdiff
path: root/src/modules/m_bcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_bcrypt.cpp')
-rw-r--r--src/modules/m_bcrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_bcrypt.cpp b/src/modules/m_bcrypt.cpp
index d930c8c5d..04cb06b08 100644
--- a/src/modules/m_bcrypt.cpp
+++ b/src/modules/m_bcrypt.cpp
@@ -96,7 +96,7 @@ class ModuleBCrypt : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Implements bcrypt hashing", VF_VENDOR);
+ return Version("Allows other modules to generate bcrypt hashes.", VF_VENDOR);
}
};