Skip to content

Commit

Permalink
simplify synopsis and usage
Browse files Browse the repository at this point in the history
The interaction between options is better of documented in plain text
instead of making use of a fairly complex synopsis.
  • Loading branch information
mptre committed Dec 31, 2019
1 parent a3b584e commit 91e455b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pick.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
.Nd fuzzy select anything
.Sh SYNOPSIS
.Nm
.Op Fl hvKS
.Op Fl d Op Fl o
.Op Fl x | Fl X
.Op Fl dhKoSvXx
.Op Fl q Ar query
.Sh DESCRIPTION
The
Expand Down
2 changes: 1 addition & 1 deletion pick.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ main(int argc, char *argv[])
__dead void
usage(int status)
{
fprintf(stderr, "usage: pick [-hvKS] [-d [-o]] [-x | -X] [-q query]\n"
fprintf(stderr, "usage: pick [-dhKoSvXx] [-q query]\n"
" -h output this help message and exit\n"
" -v output the version and exit\n"
" -K disable toggling of keypad transmit mode\n"
Expand Down

0 comments on commit 91e455b

Please sign in to comment.