Compare commits

...

1 Commits

Author SHA1 Message Date
S.B 0303f7df74 Fix formatting issue in Contributing.md 2026-05-14 23:51:59 +02:00
+1 -1
View File
@@ -60,7 +60,7 @@ If your module discovers credentials, hosts, or services, use the framework help
```rust
crate::cred_store::store_credential(host, port, "ssh", user, pass,
crate::cred_store::CredType::Password, "my_module");
crate::cred_store::CredType::Password, "my_module");
crate::workspace::track_host(ip, Some("hostname"), None);
crate::workspace::track_service(ip, 22, "tcp", "ssh", Some("OpenSSH 8.9"));
```