Command line - Minor issue in pumping out help to html

I noticed if I pipe out the help to HTML per the docs, if you look at /ignoremissing (and /ignoreidentical) it will look like this in the browser:
/ignoremissing
Alias: /m

Do not compare records that are only present in 

If you look at the HTML, the reason is that database1 is encapsulated in angle brackets - <database1> - which in HTML looks like a tag.

At first blush it makes it look like the help between these two flags is incomplete but it's not. Perhaps it should spit them out single quoted so it will appear correctly either in a .txt or .htm?

Comments

Sign In or Register to comment.