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:
parent
1690aeb3bb
commit
17b97054f8
|
@ -19,7 +19,7 @@ impl SimplePluginCommand for FromPlist {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Convert Nu values into plist"
|
"Convert plist to Nushell values"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user