End up duplicating the CLI structs but without help member

This commit is contained in:
Luke
2020-06-30 16:45:45 +12:00
parent 9fad94a834
commit 70a1bc3487
5 changed files with 190 additions and 57 deletions

View File

@@ -161,7 +161,7 @@ where
}
}
warn!("{:?} not supported", mode);
warn!("Attempted to set unsupported mode");
Err(AuraError::NotSupported)
}