Skip to content

Commit

Permalink
fix mismatched hypen amounts
Browse files Browse the repository at this point in the history
--H > -H
--t > -t
  • Loading branch information
Hillosanation committed Apr 2, 2023
1 parent da2a7e7 commit 14028be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions content/sfinder/cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ java -jar sfinder.jar cover -t <fumen> <fumen> -p <pattern>
```
___
## Input Parameters
**Specified Field(s)** (`--tetfu`, `--t`): the [[sfinder/fumen editor#Fumen Code|fumen code(s)]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used. Input multiple fumens for fields by separating the fumens with spaces.
**Specified Field(s)** (`--tetfu`, `-t`): the [[sfinder/fumen editor#Fumen Code|fumen code(s)]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used. Input multiple fumens for fields by separating the fumens with spaces.
- **Mirror** (--mirror, -m): Whether or not to include the mirrors for all inputted fumens. The outputs will mark mirrored `fumen` inputs as `fumen#mirror`.
- The default is `false`.
- `--mirror true`

**Patterns** (`--patterns`, `-p`): Determines the queues checked by sfinder. Read more about this parameter [[sfinder/parameter patterns|here]].
- **Hold** (`--hold`, `-H`): Specify whether or not a hold slot is usable.
- By default, it is `use`.
- `--H use` or `--H avoid`
- `-H use` or `-H avoid`
- **Drop** (`--drop`, `-d`): Specify what movements are usable.
- By default, it uses `softdrop`.

Expand Down Expand Up @@ -98,7 +98,7 @@ ___
</tr>
<tr>
<td>--hold</td>
<td>--H</td>
<td>-H</td>
<td>true</td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions content/sfinder/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java -jar sfinder.jar path -t <fumen> -p <pattern>
```
___
## Input Parameters
**Specified Field** (`--tetfu`, `--t`): the [[sfinder/fumen editor#Fumen Code|fumen code]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used.
**Specified Field** (`--tetfu`, `-t`): the [[sfinder/fumen editor#Fumen Code|fumen code]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used.
- **Page** (`--page`, `-P`): Specify the page of the fumen.
- The default is `1` (the first page)
- `--page 2`
Expand All @@ -31,7 +31,7 @@ ___
**Patterns** (`--patterns`, `-p`): Determines the queues checked by sfinder. Read more about this parameter [[sfinder/parameter patterns|here]].
- **Hold** (`--hold`, `-H`): Specify whether or not a hold slot is usable.
- By default, it is `use`.
- `--H use` or `--H avoid`
- `-H use` or `-H avoid`
- **Drop** (`--drop`, `-d`): Specify what movements sfinder uses to try and find solutions.

{{< sfinder-parameters/drop t-spin-table="true" >}}
Expand Down Expand Up @@ -115,7 +115,7 @@ ___
</tr>
<tr>
<td>--hold</td>
<td style="text-align: center;">--H</td>
<td style="text-align: center;">-H</td>
<td>use</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions content/sfinder/percent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ___

**Patterns** (`--patterns`, `-p`): Determines the queues checked by sfinder. Read more about this parameter [[sfinder/parameter patterns|here]].
- **Hold** (`--hold`, `-H`): Specify whether or not a hold slot is usable. By default, it is enabled.
- `--H use` or `--H avoid`
- `-H use` or `-H avoid`
- **Drop** (`--drop`, `-d`): Specify what movements are usable. By default, it uses `softdrop`.

{{< sfinder-parameters/drop t-spin-table="false" >}}
Expand Down Expand Up @@ -92,7 +92,7 @@ ___
</tr>
<tr>
<td>--hold</td>
<td style="text-align: center;">--H</td>
<td style="text-align: center;">-H</td>
<td>use</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion content/sfinder/spin.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java -jar sfinder.jar spin -t <fumen> -p <pattern>
```
___
## Input Parameters
**Specified Field** (`--tetfu`, `--t`): the [[sfinder/fumen editor#Fumen Code|fumen code]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used.
**Specified Field** (`--tetfu`, `-t`): the [[sfinder/fumen editor#Fumen Code|fumen code]] that sfinder begins working with. If not specified, the file `field.txt` in the `input` folder is used.
- **Page** (`--page`, `-P`): Specify the page of the fumen.
- The default is `1` (the first page)
- `--page 2`
Expand Down

0 comments on commit 14028be

Please sign in to comment.