summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-06-15 01:51:45 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-06-15 01:51:45 +0000
commitb9d38fa25a8e20a9595dc7ef352f8cd5f6a40843 (patch)
tree10814d5aed54ac4d99329896688abe0baf0cd7e7
parent4cb655c020ce0bf72ffd024a23e2f468760c2c94 (diff)
Notes
-rw-r--r--usr.bin/tar/bsdtar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index 7794dbaee7ec..f933cea34329 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -75,7 +75,7 @@ const char *tar_opts = "Bb:C:cF:f:HhjkLlmnOoPprtT:UuvwXxyZz";
#define OPTION_NODUMP 3
#define OPTION_HELP 4
#define OPTION_INCLUDE 5
-#define OPTION_ONE_FILE_SYSTEM 5
+#define OPTION_ONE_FILE_SYSTEM 6
const struct option tar_longopts[] = {
{ "absolute-paths", no_argument, NULL, 'P' },