summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/extattrctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/extattrctl/extattrctl.c')
-rw-r--r--usr.sbin/extattrctl/extattrctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c
index 839e563..6b8c5d1 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);
OpenPOWER on IntegriCloud