Skip to content

Commit

Permalink
fix command name in output
Browse files Browse the repository at this point in the history
  • Loading branch information
grantm committed Sep 21, 2012
1 parent fc482ff commit 921a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/NotifyClient/lib/App/BCVI/NotifyClient.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub _notify_handle_tty_monitoring {


if($opt{idle}) { if($opt{idle}) {
print "Starting background process to monitor $opt{tty} for $opt{idle} second idle period\n"; print "Starting background process to monitor $opt{tty} for $opt{idle} second idle period\n";
print "Kill monitor with: $0 --kill\n"; print "Kill monitor with: bnotify --kill\n";
$opt{output} = $default_poll_interval; $opt{output} = $default_poll_interval;
$self->_notify_fork_bg_tty_monitor(sub { $self->_notify_fork_bg_tty_monitor(sub {
while(1) { while(1) {
Expand Down

0 comments on commit 921a8c6

Please sign in to comment.