1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 02:47:06 +02:00

-d now separates output using a newline

This commit is contained in:
a-sk 2013-09-04 09:52:54 +04:00
parent 16244be4ea
commit ebdca118ea

2
cheat

@ -143,7 +143,7 @@ def main():
# list cheat directories and exit
if option in ['-d', '--cheat_directories']:
print(' '.join(cheat_directories()))
print('\n'.join(cheat_directories()))
exit()
# print the cheatsheet if it exists