Skip to content

Commit

Permalink
add chuck title to --help/--about
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Nov 26, 2024
1 parent 96be62a commit 5a879a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/host/chuck_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ void usage()
{
// (note: optional colon added 1.3.0.0)
CK_FPRINTF_STDERR( "%s", TC::reset().c_str() );
CK_FPRINTF_STDERR( "\n%s %s%s %s", TC::bold("ChucK").c_str(), TC::color(TC::FG_GREEN,"=",TRUE).c_str(),
TC::color(TC::FG_LIGHT_GREEN,">",TRUE).c_str(), TC::bold("Music Programming Language").c_str() );
CK_FPRINTF_STDERR( "\nusage: %s --[%s|%s] [%s] file1 file2 ...\n\n", "chuck", TC::orange("options").c_str(), TC::blue("commands").c_str(), TC::blue("+-=^").c_str() );
CK_FPRINTF_STDERR( "%s", TC::set_orange().c_str() );
CK_FPRINTF_STDERR( " [options] = halt|loop|audio|silent|dump|nodump|about|probe\n" );
Expand Down

0 comments on commit 5a879a6

Please sign in to comment.