diff options
Diffstat (limited to 'toys/posix')
-rw-r--r-- | toys/posix/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c index 39d78ef5..a8a7e339 100644 --- a/toys/posix/xargs.c +++ b/toys/posix/xargs.c @@ -30,7 +30,7 @@ config XARGS -t Trace, print command line to stderr config XARGS_PEDANTIC - bool "TODO xargs pedantic posix compatability" + bool "TODO xargs pedantic posix compatibility" default n depends on XARGS help |