From 86239745b804603a5921058ae67b1ae2cff2f87e Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Wed, 26 Apr 2023 19:06:50 +0000
Subject: [PATCH] minor

---
 sq_projects_list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sq_projects_list.py b/sq_projects_list.py
index d949312..f57f880 100755
--- a/sq_projects_list.py
+++ b/sq_projects_list.py
@@ -5,7 +5,7 @@ Usage:
     sq_projects_list.py --months=<n>
 
 Options:
-    --months=<n>   Show only projects with last_analysis_date less than n months ago.
+    --months=<n>   Show only projects with last_analysis_date older than n months ago.
 """
 import os
 import json
-- 
GitLab