Skip to content

Commit

Permalink
zip Windows ok v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
g0h4n committed Oct 21, 2022
1 parent 0a843fc commit bd1d7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ FLAGS:
--ldaps Prepare ldaps request. Like ldaps://G0H4N.LAB/
-v Sets the level of verbosity
-V, --version Prints version information
-z, --zip RustHound will compress the JSON files into a zip archive (doesn't work with Windows)
-z, --zip RustHound will compress the JSON files into a zip archive

OPTIONS:
-d, --domain <domain> Domain name like: G0H4N.LAB
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub fn extract_args() -> Options {
.long("zip")
.short("z")
.takes_value(false)
.help("RustHound will compress the JSON files into a zip archive (doesn't work with Windows)")
.help("RustHound will compress the JSON files into a zip archive")
.required(false),
)
.arg(
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//! --ldaps Prepare ldaps request. Like ldaps://G0H4N.LAB/
//! -v Sets the level of verbosity
//! -V, --version Prints version information
//! -z, --zip RustHound will compress the JSON files into a zip archive (doesn't work with Windows)
//! -z, --zip RustHound will compress the JSON files into a zip archive
//!
//!OPTIONS:
//! -d, --domain <domain> Domain name like: G0H4N.LAB
Expand Down

0 comments on commit bd1d7c3

Please sign in to comment.