Fix docs for kill command in engine-q (#4393)

This commit is contained in:
Genna Wingert 2022-02-10 00:20:20 +01:00 committed by GitHub
parent f275644e13
commit 12d4c2986c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {