Update README.md
David Blume

David Blume commited on 2017-02-16 23:19:08
Showing 1 changed files, with 17 additions and 0 deletions.

... ...
@@ -11,6 +11,23 @@ To preview how a reconcile would look, issue a command like so:
11 11
 Of course, issue the command with -h or --help to learn more.
12 12
 
13 13
     same_as_p4_reconcile.py --help
14
+    usage: same_as_p4_reconcile.py [-h] [-c CHANGELIST] [-n] source_dir p4_dir
15
+    
16
+    Similar to "p4 reconcile"
17
+    
18
+    positional arguments:
19
+      source_dir            The newer directory outside perforce
20
+      p4_dir                The perforce directory to be modified
21
+    
22
+    optional arguments:
23
+      -h, --help            show this help message and exit
24
+      -c CHANGELIST, --changelist CHANGELIST
25
+                            Changelist to use
26
+      -n, --preview
27
+
28
+### So you put a Perforce script in a Git repo?
29
+
30
+Wait, what?
14 31
 
15 32
 ### Is it any good?
16 33
 
17 34