Skip to content

Commit

Permalink
more consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Aug 18, 2017
1 parent 0b5f967 commit 76ed425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/examples/completion-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ method.insert = completion_move_verbose, simple|private, \
"completion_move = (argument.0), (argument.1); \
completion_move_print = (argument.0), (argument.1)"
method.insert = completion_handler, simple|private, \
method.insert = completion_move_handler, simple|private, \
"branch=\"not=(equal, argument.0=, cat=)\", \
\"completion_move_verbose = (d.base_path), (argument.0)\""
method.set_key = event.download.finished, move_on_completion, \
"completion_handler = (completion_path)"
"completion_move_handler = (completion_path)"
EOF
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion docs/use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The script needs these commands added to your ``rtorrent.rc`` or
:start-after: # Completion moving
:end-before: EOF

In the ``completion_handler`` method,
In the ``completion_move_handler`` method,
you can change ``completion_move_verbose`` to just ``completion_move``,
if you don't want the move logged.

Expand Down

0 comments on commit 76ed425

Please sign in to comment.