Fix wording of notifications reload
authorAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 09:52:13 +0000 (11:52 +0200)
committerAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 09:52:13 +0000 (11:52 +0200)
jan-pona-mute.py

index 7ed8ebdcf440e7f6f0d99270b6600e08aaf19aef..c24b126f223a54427c1852429a4d6deb14e51669 100755 (executable)
@@ -259,7 +259,7 @@ enter a number to select the corresponding item.
         """List notifications. Use 'notifications reload' to reload them."""
         if line == "" and self.notifications:
             print("Redisplaying the notifications in the cache.")
-            print("Use the 'reload' argument to reload them.")
+            print("Use 'notifications reload' to reload them.")
         elif line == "reload" or not self.notifications:
             if self.connection == None:
                 print("Use the 'login' command, first.")