Fix invalid %autopatch example

This commit is contained in:
Miro Hrončok 2021-12-14 13:27:46 +01:00 committed by Panu Matilainen
parent 31e9daf823
commit 16f01c251c
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ Some examples:
`%autopatch -m 100`
# Apply patches with number <= 400
`%autopatch -M 400`
# Apply patches 80 to 99
`%autopatch -m 80 -99`
# Apply patches 80 to 99, inclusive
`%autopatch -m 80 -M 99`
# Apply patches 1, 4 and 6
`%autopatch 1 4 6`