Fix invalid %autopatch example
This commit is contained in:
parent
31e9daf823
commit
16f01c251c
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue