From 0a304a5a9f839368a0ba426627fbe21c09e5a426 Mon Sep 17 00:00:00 2001 From: John Mair Date: Sat, 26 Mar 2011 23:33:08 +1300 Subject: [PATCH] updated README slightly --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 50a57fb9..15d7864c 100644 --- a/README.markdown +++ b/README.markdown @@ -247,7 +247,8 @@ If you want to access a method of the same name, prefix the invocation by whites getting you out of a situation where the parsing process goes wrong and you get stuck in an endless read loop. * `status` shows status information about the current session. -* `whereami` shows the code context of the session. +* `whereami AROUND` shows the code context of the session. Shows + AROUND lines either side of the current line. * `version` Show Pry version information * `help` shows the list of session commands with brief explanations. * `toggle-color` turns on and off syntax highlighting.