Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Aug 5, 2016
1 parent ba3eafd commit c869b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_search.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int cmd_search(context_t *context) {
"--screen N only search a specific screen. Default is all screens\n"
"--desktop N only search a specific desktop number\n"
"--limit N break search after N results\n"
"--name check regexp_pattern agains the window name\n"
"--name check regexp_pattern against the window name\n"
"--shell print results as shell array WINDOWS=( ... )\n"
"--prefix STR use prefix (max 16 chars) for array name STRWINDOWS\n"
"--title DEPRECATED. Same as --name.\n"
Expand Down

0 comments on commit c869b75

Please sign in to comment.