rc(1): fix synopsis

This commit is contained in:
cinap_lenrek 2021-12-31 16:08:30 +00:00
parent 9773f55318
commit b00b3d3739
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ rc, cd, eval, exec, exit, flag, rfork, shift, wait, whatis, ., ~ \- command lang
.SH SYNOPSIS
.B rc
[
.B -srdiIlxepvV
.B -srdiIlxebpvV
]
[
.B -c

View file

@ -224,7 +224,7 @@ main(int argc, char *argv[])
int i;
argv0 = argv[0];
argc = getflags(argc, argv, "SsrdiIlxebpvVc:1m:1[command]", 1);
argc = getflags(argc, argv, "srdiIlxebpvVc:1m:1[command]", 1);
if(argc==-1)
usage("[file [arg ...]]");
if(argv[0][0]=='-')