mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 00:54:25 +02:00
Fix docs for kill command in engine-q (#4393)
This commit is contained in:
parent
f275644e13
commit
12d4c2986c
@ -137,7 +137,7 @@ impl Command for Kill {
|
|||||||
vec![
|
vec![
|
||||||
Example {
|
Example {
|
||||||
description: "Kill the pid using the most memory",
|
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,
|
result: None,
|
||||||
},
|
},
|
||||||
Example {
|
Example {
|
||||||
|
Loading…
Reference in New Issue
Block a user