Skip to content

Commit

Permalink
fix: changed usage to description
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Sep 19, 2024
1 parent e4f0a50 commit c7b9284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl PluginCommand for PortList {
.category(Category::Network)
}

fn usage(&self) -> &str {
fn description(&self) -> &str {
"Like netstat this command will return every open connection on the network interface"
}

Expand Down

0 comments on commit c7b9284

Please sign in to comment.