Compare commits
No commits in common. "mistress" and "1.0" have entirely different histories.
2 changed files with 6 additions and 1 deletions
5
can.1
5
can.1
|
|
@ -7,6 +7,11 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm can
|
||||
.Op Fl GghqU
|
||||
.Op Fl \-gid
|
||||
.Op Fl \-group
|
||||
.Op Fl \-help
|
||||
.Op Fl \-quiet
|
||||
.Op Fl \-uid
|
||||
.Ar user
|
||||
.Ar action
|
||||
.Ar path
|
||||
|
|
|
|||
2
can.c
2
can.c
|
|
@ -38,7 +38,7 @@ enum lookup_mode: char {
|
|||
|
||||
[[noreturn]] static void exit_with_usage(int ec) {
|
||||
fprintf(ec == EXIT_SUCCESS ? stdout : stderr,
|
||||
"usage: %s [-GghqU] user action path\n",
|
||||
"usage: %s [-GghqU] [--gid] [--group] [--help] [--quiet] [--uid] user action path\n",
|
||||
getprogname());
|
||||
exit(ec); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue