From 35e3b6c8420f4eba90f21a7146fdb1556d05a718 Mon Sep 17 00:00:00 2001 From: Lee T Date: Mon, 15 Feb 2021 16:37:28 -0500 Subject: [PATCH] Update iris.rb add line in help file on how to quit iris --- iris.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/iris.rb b/iris.rb index 1298629..c5cb6d6 100755 --- a/iris.rb +++ b/iris.rb @@ -987,6 +987,7 @@ class Interface 'freshen, f - Reload to get any new messages', 'reset, clear - Fix screen in case of text corruption', 'info, i - Display Iris version and message stats', + 'quit, q - Quit Iris', '', 'Full documentation available here:', 'https://github.com/Calamitous/iris/blob/master/README.md',