Update save.rs

This commit is contained in:
Jonathan Turner 2019-11-17 14:13:52 +13:00 committed by GitHub
parent 946f7256e4
commit f992f5de95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ macro_rules! process_string {
}
_ => {
break $scope Err(ShellError::labeled_error(
"Save requires formatted data",
"consider piping to a converter (see `help commands`)",
"Save requires string data",
"consider converting data to string (see `help commands`)",
$name_tag,
));
}