diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-07-12 02:20:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-07-12 02:20:16 +0000 |
| commit | 3b88d2796e3cbef1155f90827074a8156a9d0da9 (patch) | |
| tree | 978c3411c3b115b6d0e626b6f8f0582d75faa638 | |
| parent | 9a47755d7c58c158430ecbff48b94c93bfc62c27 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/extattrctl/extattrctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c index 839e563eac00..6b8c5d164b1d 100644 --- a/usr.sbin/extattrctl/extattrctl.c +++ b/usr.sbin/extattrctl/extattrctl.c @@ -116,7 +116,7 @@ initattr(int argc, char *argv[]) int ch, i, error; optind = 0; - while ((ch = getopt(argc, argv, "p:rw")) != -1) + while ((ch = getopt(argc, argv, "p:r:w:")) != -1) switch (ch) { case 'p': fs_path = strdup(optarg); |
