Skip to content

Commit

Permalink
vkconfig3: Add help doc to run vkconfig UI
Browse files Browse the repository at this point in the history
Change-Id: I2d28e4fb2e6b28443595e0a0cc3c048eed45cea5
  • Loading branch information
christophe-lunarg committed Oct 10, 2024
1 parent 367566c commit eaff4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vkconfig_core/command_line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ void CommandLine::usage() const {
printf("\tdoc = Create doc files for layer.\n");
printf("\n");
printf(" (Use 'vkconfig help <command>' for detailed usage of %s commands.)\n", VKCONFIG_NAME);
printf(" (Use 'vkconfig-gui' to open %s graphics interface.)\n", VKCONFIG_NAME);
break;
}
case HELP_HELP: {
Expand Down

0 comments on commit eaff4b5

Please sign in to comment.