summaryrefslogtreecommitdiffstats
path: root/bin/pax/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/options.c')
-rw-r--r--bin/pax/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c
index 7e6b56b..45ca520 100644
--- a/bin/pax/options.c
+++ b/bin/pax/options.c
@@ -481,7 +481,7 @@ pax_options(int argc, char **argv)
break;
case 'X':
/*
- * do not pass over mount points in the file system
+ * do not pass over mount points in the filesystem
*/
Xflag = 1;
flg |= CXF;
@@ -772,7 +772,7 @@ tar_options(int argc, char **argv)
break;
case 'X':
/*
- * do not pass over mount points in the file system
+ * do not pass over mount points in the filesystem
*/
Xflag = 1;
break;
OpenPOWER on IntegriCloud