add -A flag to arg list

This commit is contained in:
speedie 2023-02-16 16:12:51 +01:00
parent ed9471b668
commit b1af2947bc

2
x.c
View file

@ -3145,7 +3145,7 @@ reload(int sig)
void
usage(void)
{
die("usage: %s [-aiv] [-c class] [-f font] [-g geometry]"
die("usage: %s [-aiv] [-A alpha] [-c class] [-f font] [-g geometry]"
" [-n name] [-o file]\n"
" [-T title] [-t title] [-w windowid]"
" [[-e] command [args ...]]\n"