diff --git a/cheat b/cheat index 6d1bddc..09f1228 100755 --- a/cheat +++ b/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