diff --git a/readme.md b/readme.md
index 400a53a..0d3cc98 100644
--- a/readme.md
+++ b/readme.md
@@ -112,7 +112,7 @@ The module provides the following Drush commands:
 - `datetime-testing:set`: set test time, must be expressed in the following format `Y-m-d H:i:s`.
 - `datetime-testing:get`: get current time.
 - `datetime-testing:freeze`: freeze time.
-- `datetime-testing:unfreeze`: unfreeze time.
+- `datetime-testing:reset`: unfreeze time.
 
 MAINTAINERS
 -----------
diff --git a/src/Commands/TestTimeCommands.php b/src/Commands/TestTimeCommands.php
index 91a2586..619cc29 100644
--- a/src/Commands/TestTimeCommands.php
+++ b/src/Commands/TestTimeCommands.php
@@ -88,6 +88,7 @@ class TestTimeCommands extends DrushCommands {
    * @usage datetime-testing:reset
    *
    * @command datetime-testing:reset
+   * @alias datetime-testing:unfreeze
    */
   public function reset(): void {
     $this->testTime->resetTime();
