From 5639c995c3b7838c50b58b9a11adc73ac69d4b46 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sat, 14 Sep 2013 10:06:45 -0400 Subject: [PATCH] Updated the help to reflect the new options. --- cheat | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cheat b/cheat index eda08ed..7cca84c 100755 --- a/cheat +++ b/cheat @@ -95,12 +95,15 @@ def help(cheatsheets): To look up 'tar': cheat tar - To look up 'git commit' (a subcommand): - cheat git commit - - To edit or edit the cheatsheet for 'foo': + To create or edit the cheatsheet for 'foo': cheat -e foo + To list the directories on the CHEATPATH + cheat -d + + To list the available cheatsheets: + cheat -l + Available keyphrases: ''').strip()