Skip to content

Commit

Permalink
Shorten usage texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel committed May 27, 2024
1 parent da710a0 commit b2aef8b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/terminals/bashbrawl/bashbrawlterminal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,8 @@ export class BashbrawlterminalComponent implements OnInit, AfterViewInit {

await this.term.writeln('\nUsage:');
await this.writeMatrix([
['brawl play', 'Commands from all languages are accepted'],
[
'brawl play [language]',
'Only commands from the selected language are accepted',
],
['brawl play', 'Play with all languages'],
['brawl play [language]', 'Play selected language'],
['brawl lang', 'View all available languages'],
['brawl top', 'View the leaderboard'],
]);
Expand Down

0 comments on commit b2aef8b

Please sign in to comment.