Update crates/nu_plugin_formats/src/from/plist.rs

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
This commit is contained in:
Jack Wright 2024-08-05 13:55:39 -07:00 committed by GitHub
parent 1690aeb3bb
commit 17b97054f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ impl SimplePluginCommand for FromPlist {
}
fn usage(&self) -> &str {
"Convert Nu values into plist"
"Convert plist to Nushell values"
}
fn examples(&self) -> Vec<Example> {