diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-06-15 01:51:45 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-06-15 01:51:45 +0000 |
| commit | b9d38fa25a8e20a9595dc7ef352f8cd5f6a40843 (patch) | |
| tree | 10814d5aed54ac4d99329896688abe0baf0cd7e7 | |
| parent | 4cb655c020ce0bf72ffd024a23e2f468760c2c94 (diff) | |
Notes
| -rw-r--r-- | usr.bin/tar/bsdtar.c | 2 |
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' }, |
