force drop on exit

master
Avril 4 years ago
parent a9121e4079
commit 90e82881c3
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -38,6 +38,7 @@ fn version(verbose: bool)
}
fn usage() -> ! {
{
let prog = &arg::program_name();
version(true);
println!("Usage: {} [-s] [-e <exec string>] [-o <output file>] [-] <files...>", prog);
@ -51,6 +52,7 @@ fn usage() -> ! {
println!(" -s\t\tSilent mode.");
println!(" -e <exec>\tScript to run after extraction.");
println!(" -o <file>\tOutput filename.");
}
std::process::exit(1)
}

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
73b426bd99679b99ed5774ddd55ddbc845f04377eb9c778b06162232b4188df4
12d5669e6e0055d7a437f673afb3539dd4365f17fe2edccd18640160f2d1c4c1

Loading…
Cancel
Save