On Wed, Aug 26, 2015 at 08:42:31AM +0200, Renaud Allard wrote: > [...] > + fprintf(stderr, "usage: doas [-ans] [-C config] [-u user] command > [args]\n"); > [...]
The usage string should probably be "usage: doas [-ns] [-a style] [-C config] [-u user] command [args]" and the new option should appear in doas(1). -- Gregor