1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00

Remove a bit of space behind the beatmap argument description

This commit is contained in:
NathanRazaf 2024-12-12 15:12:01 -05:00
parent 9164e510e8
commit 11a1b809b7

View file

@ -171,7 +171,7 @@ Computes the performance (pp) of a simulated osu! play.
Usage: dotnet PerformanceCalculator.dll simulate osu <beatmap> [options] Usage: dotnet PerformanceCalculator.dll simulate osu <beatmap> [options]
Arguments: Arguments:
beatmap Required. Can be either a path to beatmap file (.osu) or beatmap ID. beatmap Required. Can be either a path to beatmap file (.osu) or beatmap ID.
Options: Options:
-?|-h|--help Show help information. -?|-h|--help Show help information.