From 70e61d4e1f41d47bfd3171c03a3ac6d53d740bbb Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sat, 14 Sep 2013 10:52:11 -0400 Subject: [PATCH] Trivial changes. Removed a copyright notice that I hadn't noticed before, and deleted a superfluous 'exit()' call. --- cheat | 3 --- 1 file changed, 3 deletions(-) diff --git a/cheat b/cheat index c7e1b8e..ae49916 100755 --- a/cheat +++ b/cheat @@ -5,8 +5,6 @@ cheat.py -- cheat allows you to create and view interactive cheatsheets on the administrators of options for commands that they use frequently, but not frequently enough to remember. - Copyright (C) 2013, Chris Lane - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -131,7 +129,6 @@ def help(cheatsheets): ''').strip() print list_cheatsheets(cheatsheets) - exit() def list_cheatsheets(cheatsheets):