diff --git a/docs/usage.md b/docs/usage.md index b36e8d16..dfc99dc2 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -170,7 +170,7 @@ Run casr-java: ## casr-js -Create CASR reports (.casrep) from JavaScript reports +Create CASR reports (.casrep) from JavaScript crash reports Usage: casr-js [OPTIONS] <--stdout|--output > [-- ...] @@ -178,16 +178,16 @@ Create CASR reports (.casrep) from JavaScript reports [ARGS]... Add "-- " to run Options: - -o, --output Path to save report. Path can be a directory, then report - name is generated - --stdout Print CASR report to stdout - --stdin Stdin file for program - -t, --timeout Timeout (in seconds) for target execution, 0 value means - that timeout is disabled [default: 0] - --ignore File with regular expressions for functions and file paths - that should be ignored - -h, --help Print help - -V, --version Print version + -o, --output Path to save report. Path can be a directory, then report name + is generated + --stdout Print CASR report to stdout + --stdin Stdin file for program + -t, --timeout Timeout (in seconds) for target execution, 0 value means that + timeout is disabled [default: 0] + --ignore File with regular expressions for functions and file paths that + should be ignored + -h, --help Print help + -V, --version Print version Run casr-js: @@ -261,6 +261,8 @@ Tool for clustering CASR reports -m, --merge Merge INPUT_DIR into OUTPUT_DIR. Only new CASR reports from INPUT_DIR will be added to OUTPUT_DIR. + --diff + Compute NEW_DIR \ PREV_DIR. Save new CASR reports from NEW_DIR into DIFF_DIR. --ignore File with regular expressions for functions and file paths that should be ignored