diff --git a/README b/README index 7456d99..8c609fe 100644 --- a/README +++ b/README @@ -63,6 +63,8 @@ Implemented subcommands: pop: - apply the stash object back to the working copy - the stash object is removed if it was successfully applied + show [id]: + - display the diff stored in stash with ID The following subcommands are executed using their native handler, but have their output simplified and/or colorized: diff --git a/jsvn b/jsvn index 766dd0c..3e7fecc 100755 --- a/jsvn +++ b/jsvn @@ -65,6 +65,8 @@ # pop: # - apply the stash object back to the working copy # - the stash object is removed if it was successfully applied +# show [id]: +# - display the diff stored in stash with ID # # The following subcommands are executed using their native handler, but # have their output simplified and/or colorized: