summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattr/rmextattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/extattr/rmextattr.c')
-rw-r--r--usr.sbin/extattr/rmextattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/extattr/rmextattr.c b/usr.sbin/extattr/rmextattr.c
index 0c65d7b..2b2689b 100644
--- a/usr.sbin/extattr/rmextattr.c
+++ b/usr.sbin/extattr/rmextattr.c
@@ -172,7 +172,7 @@ main(int argc, char *argv[])
error = extattr_string_to_namespace(argv[0], &attrnamespace);
if (error)
- err(-1, argv[0]);
+ err(-1, "%s", argv[0]);
argc--; argv++;
if (what != EALS) {
OpenPOWER on IntegriCloud