From ebdca118eaa69c48a8ca2a03b9ba2102f716039b Mon Sep 17 00:00:00 2001 From: a-sk Date: Wed, 4 Sep 2013 09:52:54 +0400 Subject: [PATCH] -d now separates output using a newline --- cheat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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