aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 12:23:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 12:23:38 +0000
commitc6ce66f8b5ce4713edc6a1772a5149f9f1b13c98 (patch)
tree59d1ff2bd31648edb6c24c8e9e35873eae158535
parent983fbdb2d95bfceda513d25f2e0490f114a85548 (diff)
downloadcpio-c6ce66f8b5ce4713edc6a1772a5149f9f1b13c98.tar.gz
cpio-c6ce66f8b5ce4713edc6a1772a5149f9f1b13c98.tar.bz2
New warning control option -W interdir
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0105e92..2d2de95 100644
--- a/src/main.c
+++ b/src/main.c
@@ -273,6 +273,7 @@ warn_control (char *arg)
{ "none", CPIO_WARN_ALL },
{ "truncate", CPIO_WARN_TRUNCATE },
{ "all", CPIO_WARN_ALL },
+ { "interdir", CPIO_WARN_INTERDIR },
{ NULL }
};
struct warn_tab *wt;

Return to:

Send suggestions and report system problems to the System administrator.