mirror of https://github.com/cheat/cheat.git
Trivial changes. Removed a copyright notice that I hadn't noticed before, and deleted a superfluous 'exit()' call.
This commit is contained in:
parent
587dbf3c11
commit
70e61d4e1f
3
cheat
3
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,
|
administrators of options for commands that they use frequently,
|
||||||
but not frequently enough to remember.
|
but not frequently enough to remember.
|
||||||
|
|
||||||
Copyright (C) 2013, Chris Lane
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@ -131,7 +129,6 @@ def help(cheatsheets):
|
||||||
''').strip()
|
''').strip()
|
||||||
|
|
||||||
print list_cheatsheets(cheatsheets)
|
print list_cheatsheets(cheatsheets)
|
||||||
exit()
|
|
||||||
|
|
||||||
|
|
||||||
def list_cheatsheets(cheatsheets):
|
def list_cheatsheets(cheatsheets):
|
||||||
|
|
Loading…
Reference in New Issue