File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -581,18 +581,21 @@ namespace toucan
581
581
void App::_printHelp ()
582
582
{
583
583
std::cout << " Usage:" << std::endl;
584
+ std::cout << std::endl;
584
585
std::cout << " toucan-render (input) (output) [options...]" << std::endl;
586
+ std::cout << std::endl;
585
587
std::cout << " toucan-render (input) (-print_start|-print_duration|-print_rate|-print_size)" << std::endl;
586
588
std::cout << std::endl;
587
589
std::cout << " Arguments:" << std::endl;
590
+ std::cout << std::endl;
588
591
for (const auto & arg : _args.list )
589
592
{
590
- std::cout << " " << arg->getName () << std::endl;
591
- std::cout << " " << arg->getHelp () << std::endl;
593
+ std::cout << " " << arg->getName () << " - " << arg->getHelp () << std::endl;
592
594
std::cout << std::endl;
593
595
}
594
596
std::cout << std::endl;
595
597
std::cout << " Options:" << std::endl;
598
+ std::cout << std::endl;
596
599
for (const auto & option : _options.list )
597
600
{
598
601
for (const auto & line : option->getHelp ())
Original file line number Diff line number Diff line change 1
1
include (ExternalProject )
2
2
3
3
set (dtk_GIT_REPOSITORY "https://github.com/darbyjohnston/dtk.git" )
4
- set (dtk_GIT_TAG "0dd29ed19c12702d9304c6273576117fa8648a23 " )
4
+ set (dtk_GIT_TAG "11e0c38016c8c7b860a7bc03dbc0adec7a1f0d91 " )
5
5
6
6
set (dtk-deps_ARGS
7
7
${toucan_EXTERNAL_PROJECT_ARGS}
Original file line number Diff line number Diff line change 1
1
include (ExternalProject )
2
2
3
3
set (dtk_GIT_REPOSITORY "https://github.com/darbyjohnston/dtk.git" )
4
- set (dtk_GIT_TAG "0dd29ed19c12702d9304c6273576117fa8648a23 " )
4
+ set (dtk_GIT_TAG "11e0c38016c8c7b860a7bc03dbc0adec7a1f0d91 " )
5
5
6
6
set (dtk_DEPS dtk-deps )
7
7
set (dtk_ARGS
You can’t perform that action at this time.
0 commit comments