Index: tools/push-to-trunk/auto_roll.py |
diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py |
index 014016c9c71dbb2d4a30a7d6eb9f89e2b16f1f15..6ae24d3879baae5e3acd0e6d4d8c065161543115 100755 |
--- a/tools/push-to-trunk/auto_roll.py |
+++ b/tools/push-to-trunk/auto_roll.py |
@@ -138,10 +138,10 @@ class PushToTrunk(Step): |
P = push_to_trunk.PushToTrunk |
self._side_effect_handler.Call( |
P(push_to_trunk.CONFIG, self._side_effect_handler).Run, |
- ["-author", self._options.author, |
- "-reviewer", self._options.reviewer, |
- "-revision", self["lkgr"], |
- "-force"]) |
+ ["--author", self._options.author, |
+ "--reviewer", self._options.reviewer, |
+ "--revision", self["lkgr"], |
+ "--force"]) |
finally: |
self.PushTreeStatus(self["tree_message"]) |