summaryrefslogtreecommitdiffstats
path: root/lldb/utils
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-14 22:23:54 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-14 22:23:54 +0000
commit67a3e9e40c912792092c90d63640f99893409a07 (patch)
tree2134968107386ebc91833753b9284f37eeeac96d /lldb/utils
parent7487bbb72ad331f35642e34161d0128d022b43cb (diff)
downloadbcm5719-llvm-67a3e9e40c912792092c90d63640f99893409a07.tar.gz
bcm5719-llvm-67a3e9e40c912792092c90d63640f99893409a07.zip
Update usage comment.
llvm-svn: 133020
Diffstat (limited to 'lldb/utils')
-rwxr-xr-xlldb/utils/git-svn/convert.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/utils/git-svn/convert.py b/lldb/utils/git-svn/convert.py
index efd09ae924b..c230a016b7f 100755
--- a/lldb/utils/git-svn/convert.py
+++ b/lldb/utils/git-svn/convert.py
@@ -7,8 +7,8 @@ Usage:
1. Mail.app -> Save As -> api.eml (Raw Message Source)
2. .../convert.py api.eml
-3. git am --signoff < api.eml
-4. git svn dcommit
+3. git am [--signoff] < api.eml
+4. git svn dcommit [--commit-url https://id@llvm.org/svn/llvm-project/lldb/trunk]
"""
import os, re, sys
OpenPOWER on IntegriCloud