Skip to content

Commit

Permalink
changes message
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram98v committed Oct 16, 2023
1 parent f828bf0 commit 36f3f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn main(){
}
},
_ => {
println!("Either build a tree or query an existing tree. Refer help page (-h flag)");
println!("No option selected! Refer help page (-h flag)");
}
}
}

0 comments on commit 36f3f1c

Please sign in to comment.