From 54bcd0c0604c5fb7040fee1a57da8b663a237346 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Wed, 5 May 2021 09:12:53 +0300 Subject: [PATCH] More clear explanation of "-beatmap" flag --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2ddb4..9b9dfe3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ To run - `./OBM` in terminal (on Unix) || `OBM` in command line (on Windows) ### Flags (starting from version 1.3.4) -Right now there is one argument that you can specify before running the program - "beatmap" +Right now there is one argument that you can specify before running the program - "beatmap". +This flag will tell the program to do its work **ONLY** on beatmaps with specified name; others will be ignored + #### Examples 1. `./OBM -beatmap=""` - the same as just `./OBM`. It will affect **all** of your beatmaps 2. `./OBM -beatmap="Demetori"` - this will search for beatmaps with names that contain "Demetori" and will work only with them