diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-23 21:56:08 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-23 21:56:08 +0000 |
commit | a542f1009258fb9ca614c40f3d7892c941a589e2 (patch) | |
tree | b0c729d730c4eba595f75393e8f93cd6589850aa | |
parent | b5aa97ecc5f448e48fd11dbd609f459fbaca8ff9 (diff) | |
download | bcm5719-llvm-a542f1009258fb9ca614c40f3d7892c941a589e2.tar.gz bcm5719-llvm-a542f1009258fb9ca614c40f3d7892c941a589e2.zip |
Fix usage comment.
llvm-svn: 131925
-rwxr-xr-x | lldb/utils/git-svn/convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/git-svn/convert.py b/lldb/utils/git-svn/convert.py index f72f435c710..efd09ae924b 100755 --- a/lldb/utils/git-svn/convert.py +++ b/lldb/utils/git-svn/convert.py @@ -8,7 +8,7 @@ Usage: 1. Mail.app -> Save As -> api.eml (Raw Message Source) 2. .../convert.py api.eml 3. git am --signoff < api.eml -4. git commit -a +4. git svn dcommit """ import os, re, sys |