scrut(1): get rid of -h

This commit is contained in:
dtb 2024-07-15 13:47:55 -06:00
parent 71655a8559
commit 59fa3ed3d2
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -28,7 +28,7 @@
* S_ISFIFO, S_ISGID, S_ISREG, S_ISLNK, S_ISSOCK,
* S_ISUID, S_ISVTX */
static char args[] = "bcdefghkprsuwxLS";
static char args[] = "bcdefgkprsuwxLS";
static char ops[(sizeof args) / (sizeof *args)];
static char *program_name = "scrut";