Skip to content

Commit

Permalink
Update README with latest usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vunovati committed Aug 6, 2015
1 parent 5511711 commit 0818374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ When patching, astii patch will regenerate (original --> AST --> generate) the s

Commands:

patch <file1> <patchfile> apply an astii-generated diff file to an original in an AST-aware way, losing original formatting
patchPreserve <file1> <patchfile> apply an astii-generated diff file to an original in an AST-aware way, preserving original formatting
patchSafe <file1> <patchfile> apply an astii-generated diff file to an original in an AST-aware way, losing original formatting, safer
patch <file1> <patchfile> apply an astii-generated diff file to an original in an AST-aware way, preserving original formatting
diff <file1> <file2> compare AST-neutral representations of two JavaScript files line by line
git-diff <file1> <SHA> compare AST-neutral representations of a JavaScript files against its specified git revision
git-diff-version <file1> <SHA1> <SHA2> compare AST-neutral representations of a JavaScript file between two git revisions
Expand Down

0 comments on commit 0818374

Please sign in to comment.