diff options
Diffstat (limited to 'src/cli/bcrypt.cpp')
-rw-r--r-- | src/cli/bcrypt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/bcrypt.cpp b/src/cli/bcrypt.cpp index 6d7d7124c..68e77b8e6 100644 --- a/src/cli/bcrypt.cpp +++ b/src/cli/bcrypt.cpp @@ -26,7 +26,7 @@ class Generate_Bcrypt final : public Command std::string description() const override { - return "Calculate the bcrypt password digest of a given file"; + return "Calculate bcrypt password hash"; } void go() override @@ -60,7 +60,7 @@ class Check_Bcrypt final : public Command std::string description() const override { - return "Checks a given bcrypt hash against hash"; + return "Verify bcrypt password hash"; } void go() override |