Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: experimental/skpdiff/README

Issue 17885003: add command line flags (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/skpdiff/main.cpp » ('j') | experimental/skpdiff/main.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/README
diff --git a/experimental/skpdiff/README b/experimental/skpdiff/README
new file mode 100644
index 0000000000000000000000000000000000000000..de76ced0a6afdacdb3c16111953db2c0e0f4ea09
--- /dev/null
+++ b/experimental/skpdiff/README
@@ -0,0 +1,12 @@
+Some example invocations:
+
+Note how the asterisks are not expanded inside the shell because of the quotes
+
+out/Debug/skpdiff -p \
+ "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
+ "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"
+
+
+out/Debug/skpdiff --differ 1 -f \
+ "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
+ "/usr/local/google/home/zachr/Downloads/diffs/test"
« no previous file with comments | « no previous file | experimental/skpdiff/main.cpp » ('j') | experimental/skpdiff/main.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698