summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/src')
-rw-r--r--wpa-psk-cli/src/bin/wpa-psk.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa-psk-cli/src/bin/wpa-psk.rs b/wpa-psk-cli/src/bin/wpa-psk.rs
index b9e0e38..22404eb 100644
--- a/wpa-psk-cli/src/bin/wpa-psk.rs
+++ b/wpa-psk-cli/src/bin/wpa-psk.rs
@@ -1,4 +1,7 @@
+//! A command-line utility to compute the WPA-PSK of a Wi-Fi SSID and passphrase.
+
#![forbid(unsafe_code)]
+#![deny(missing_docs)]
use std::process::exit;
Generated by cgit. See skreutz.com for my tech blog and contact information.