diff options
Diffstat (limited to 'usr.bin/du')
-rw-r--r-- | usr.bin/du/du.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index c26638257f5..3d68413a53c 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -1,4 +1,4 @@ -/* $OpenBSD: du.c,v 1.32 2016/08/24 03:13:45 guenther Exp $ */ +/* $OpenBSD: du.c,v 1.33 2022/12/04 23:50:48 cheloha Exp $ */ /* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */ /* @@ -116,7 +116,6 @@ main(int argc, char *argv[]) case 'x': ftsoptions |= FTS_XDEV; break; - case '?': default: usage(); } |