improve CLI help text with detailed description

This commit is contained in:
Adir Shitrit
2025-11-08 12:26:48 +02:00
parent e8c1b990f6
commit 444cf191e4

View File

@@ -9,6 +9,9 @@ fn main() -> Result<()> {
let matches = Command::new("ghost")
.version("0.1.0")
.about("Cross-Platform Process Injection Detection Framework")
.long_about("Ghost scans running processes for signs of code injection, \
process hollowing, and other malicious techniques. \
Supports Windows and Linux platforms with kernel-level monitoring.")
.arg(
Arg::new("format")
.short('f')