Fix metaedit docs

Summary: This was clearly copied from split, oops!

Reviewed By: mitrandir77

Differential Revision: D10510064

fbshipit-source-id: 084af1c85ade02ff1c9a0d770f94c016ee7bf748
This commit is contained in:
Adam Ernst 2018-10-23 10:01:47 -07:00 committed by Facebook Github Bot
parent b168277429
commit 59bfa0e80e

View File

@ -24,7 +24,7 @@ command = registrar.command(cmdtable)
@command(
"^metaedit",
[
("r", "rev", [], _("revision to split")),
("r", "rev", [], _("revision to edit")),
("", "fold", False, _("fold specified revisions into one")),
]
+ commands.commitopts