-c is not optional, as reported by pytorchbot in https://github.com/pytorch/pytorch/pull/88384#issuecomment-1334261712

dbort
2022-12-01 11:36:34 -08:00
parent 4e849d4f13
commit 56184a555f

@ -45,7 +45,7 @@ optional arguments:
```
## Revert
```
usage: @pytorchbot revert -m MESSAGE [-c {nosignal,ignoredsignal,landrace,weird,ghfirst}]
usage: @pytorchbot revert -m MESSAGE -c {nosignal,ignoredsignal,landrace,weird,ghfirst}
Revert a merged PR. This requires that you are a Meta employee.