From e6cc620913cf1be8aa6c37d5d13f2262e500f5d2 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 17 Oct 2019 10:09:02 +0000
Subject: [PATCH] fix: suppress_old_notifications instead of mock_notification

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5b0b59..d78b0ac 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ the server to blow under the weight of your notifications.
 Usage:
 
 ```
-python3 manage.py mock_notification [--older <time_period>]
+python3 manage.py suppress_old_notifications [--older <time_period>]
 ```
 
 This will erase notification older than the time period specified by 
-- 
GitLab