man/ronin-web-diff.1.md in ronin-web-1.0.2 vs man/ronin-web-diff.1.md in ronin-web-2.0.0.rc1

- old
+ new

@@ -1,30 +1,37 @@ # ronin-web-diff 1 "2022-01-01" Ronin Web "User Manuals" +## NAME + +ronin-web-diff - Diffs two web pages + ## SYNOPSIS -`ronin-web-diff` [*options*] {*URL* \| *FILE*} {*URL* \| *FILE*} +`ronin-web diff` [*options*] {*URL* \| *FILE*} {*URL* \| *FILE*} ## DESCRIPTION -Diffs two separate webpages and prints the HTML nodes which change changed. +Diffs two separate HTML or XML pages and prints the HTML/XML nodes which were changed. ## ARGUMENTS *URL* - A `https://` or `http://` URL of the web page to diff. +: A `https://` or `http://` URL of the web page to diff. *FILE* - A path to the local HTML file to diff. +: A path to the local HTML or XML file to diff. ## OPTIONS `-h`, `--help` - Print help information +: Print help information +`-f`, `--format` `html`|`xml` +: Pass the format of the URL or files. Supported formats are `html` and `xml`. (Default: `html`) + ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO -ronin-web-html(1) +[ronin-web-html](ronin-web-html.1.md)