fixed formatting
This commit is contained in:
parent
7fab543476
commit
4f66db254c
1 changed files with 2 additions and 1 deletions
|
@ -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'");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue