Skip to content

Commit

Permalink
correcte note -h
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Dec 1, 2012
1 parent 85654fa commit e185e18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/pry-note/commands.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Usage: note [OPTIONS] Usage: note [OPTIONS]
Add notes to classes and methods. Add notes to classes and methods.
e.g note -a Pry#repl "this is my note" #=> add a note without opening editor e.g note add Pry#repl -m "this is my note" #=> add a note without opening editor
e.g note -a Pry#repl #=> add a note (with editor) to Pry#repl method e.g note add Pry#repl #=> add a note (with editor) to Pry#repl method
e.g note -d Pry#repl:1 #=> delete the 1st note from Pry#repl e.g note delete Pry#repl:1 #=> delete the 1st note from Pry#repl
e.g note -d Pry#repl #=> delete all notes from Pry#repl e.g note delete Pry#repl #=> delete all notes from Pry#repl
e.g note -l #=> list all notes e.g note list #=> list all notes
USAGE USAGE


def subcommands(cmd) def subcommands(cmd)
Expand Down

0 comments on commit e185e18

Please sign in to comment.