Skip to content

Commit 421699c

Browse files
committed
Added usage line
1 parent 16d5887 commit 421699c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ fn get_commands<'a>() -> Vec<Command<'a>> {
307307
}
308308

309309
fn show_help() {
310+
println!("Usage: lover <command> [<arguments>] \n");
311+
310312
println!("Lover is a open source cross-platform build system for Love2D projects.");
311313
println!("https://github.com/Wolfyxon/lover \n");
312314

0 commit comments

Comments
 (0)