diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:22:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:22:38 +0000 |
| commit | 25718fe3f03f2f321e5a8d9a728e66d085d68c28 (patch) | |
| tree | 5d570da3742ca42420a8344c84a2e13ba9faf8be /usr.sbin | |
| parent | 06eaff03b7a72e00481fad44382ff5ffcc27a9eb (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/mtree/mtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index 4a49ccb8aba6..a4edcac34c61 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -77,7 +77,7 @@ main(argc, argv) keys = KEYDEFAULT; init_excludes(); - while ((ch = getopt(argc, argv, "cdef:iK:k:np:Prs:UuxX:")) != -1) + while ((ch = getopt(argc, argv, "cdef:iK:k:Lnp:rs:UuxX:")) != -1) switch((char)ch) { case 'c': cflag = 1; |
