mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Fix docs for kill command in engine-q (#4393)
This commit is contained in:
parent
f275644e13
commit
12d4c2986c
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ impl Command for Kill {
|
|||
vec![
|
||||
Example {
|
||||
description: "Kill the pid using the most memory",
|
||||
example: "ps | sort-by mem | last | kill $it.pid",
|
||||
example: "ps | sort-by mem | last | kill $in.pid",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
|
|
Loading…
Reference in a new issue