Skip to content

Commit

Permalink
Fix error message for watch-del
Browse files Browse the repository at this point in the history
Refs #23
  • Loading branch information
dturner-tw authored and wez committed Feb 6, 2014
1 parent 9d44030 commit dce442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void cmd_watch_delete(struct watchman_client *client, json_t *args)

/* resolve the root */
if (json_array_size(args) != 2) {
send_error_response(client, "wrong number of arguments to 'watch'");
send_error_response(client, "wrong number of arguments to 'watch-del'");
return;
}

Expand Down

0 comments on commit dce442d

Please sign in to comment.