diff --git a/src/main.rs b/src/main.rs index e9124d9..7659394 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,6 +35,7 @@ fn main() { Some("full") => { operation::build(&targets, template_dir, &config); + println!(); operation::apply(&targets); }, @@ -52,7 +53,7 @@ usage: oink [operation] oink operations: apply Copies the last built files to their destination paths. - build Runs oink preprocessing on configuration files. + build Runs oink preprocessing on configuration files. full Runs 'build' and 'apply'"); }