Skip to content

Commit

Permalink
usage
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbush committed Jan 24, 2023
1 parent 15fadd8 commit 288a35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xmenu.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ xmenu \- menu utility for X
.RB [ \-irw ]
.RB [ -p
.IR position ]
.RB [ -x|-X
.RI [ modifier- ] button ]
.RI [ title ]
.SH DESCRIPTION
.B xmenu
Expand Down
3 changes: 2 additions & 1 deletion xmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ static int niconpaths = 0; /* number of paths to icon directories *
static void
usage(void)
{
(void)fprintf(stderr, "usage: xmenu [-irw] [-p position] [title]\n");

(void)fprintf(stderr, "usage: xmenu [-irw] [-p position] [(-x|-X) [modifier-]button] [title]\n");
exit(1);
}

Expand Down

0 comments on commit 288a35e

Please sign in to comment.