diff --git a/src/bin/pxar.rs b/src/bin/pxar.rs index 7ab80bf7..9205c7bc 100644 --- a/src/bin/pxar.rs +++ b/src/bin/pxar.rs @@ -499,7 +499,7 @@ fn main() { let cmd_def = CliCommandMap::new() .insert("create", CliCommand::new(&API_METHOD_CREATE_ARCHIVE) - .arg_param(&["archive", "source", "exclude"]) + .arg_param(&["archive", "source"]) .completion_cb("archive", tools::complete_file_name) .completion_cb("source", tools::complete_file_name) )