From 0a2c76cc48d2fd19d59fe016aef357353b6572c5 Mon Sep 17 00:00:00 2001 From: Clortox Date: Sun, 25 Jul 2021 22:35:04 -0400 Subject: [PATCH] Update README.md with new --help --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb9b281..559c1e8 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,27 @@ Channel information: [-t, --title] Get title of channel [-l, --link] Get link to channel [-d, --description] Get description of channel - [-e, --language] Get language code of channel + [-L, --language] Get language code of channel [-m, --webmaster] Get webMaster's email [-c, --copyright] Get copyright [-p, --pubdate] Get publishing date - [-q, --managingeditor] Get managing editor + [-e, --managingeditor] Get managing editor [-g, --generator] Get generator of this feed [-o, --docs] Get link to RSS documentation [-w, --ttl] Get ttl, time that channel can be cached before being updated [-b, --builddate] Get last time the channel's content changed + [-Q, --imageurl] Get channel image URL + [-I, --imagetitle] Get image title, same as ALT in html + [-E, --imagelink] Get link to site, image will act as a link + [-W, --imagewidth] Get width of image + [-H, --imageheight] Get height of image + [-D, --clouddomain] Get domain of feed update service + [-P, --cloudport] Get port of feed update service + [-A, --cloudpath] Get path to access for feed update service + [-R, --cloudregister] Get register procedure for feed update service + [-O, --cloudprotocol] Get protocol feed update service uses [-i, --item] INDEX Provide index of item to display If no index is provided, assume the first item in the feed. All following flags will @@ -61,11 +71,14 @@ Item options: [-l, --link] Get link [-d, --description] Get description [-a, --author] Get author - [-z, --category] Get category list + [-C, --category] Get category list [-f, --comments] Get link to comments - [-j, --guid] Get GUID + [-G, --guid] Get GUID [-p, --pubdate] Get publishing date [-s, --source] Get source of item + [-U, --enclosureurl] Get enclosure URL + [-T, --enclosuretype] Get enclosure MIME type + [-K, --enclosurelength]Get enclosure length, in bytes General options: [-h, --help] Show this message