Update cli/src/main.rs
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
d0974e876e
commit
ffc942a95b
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ impl Init {
|
|||
impl Generate {
|
||||
fn run(self, mut loader: loader::Loader, current_dir: &Path) -> Result<()> {
|
||||
if self.no_bindings {
|
||||
eprint!("The --no-bindings flag is now a no-op and will be removed in v0.25.0");
|
||||
eprint!("The --no-bindings flag is no longer used and will be removed in v0.25.0");
|
||||
}
|
||||
if self.log {
|
||||
logger::init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue