From 43941f18b31387eec5c1b61576d67d8d8879fe52 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 31 Aug 2011 20:54:11 +0300 Subject: [PATCH] Add "interactive prompt" to manual --- doc/man1/umph.1.pod | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/man1/umph.1.pod b/doc/man1/umph.1.pod index 7e93e00..b7ed004 100644 --- a/doc/man1/umph.1.pod +++ b/doc/man1/umph.1.pod @@ -15,7 +15,7 @@ umph is a command line tool for parsing YouTube feeds. It can parse playlists, favorite lists, and user upload lists. umph prints the found URLs to the standard output, each URL separated -with a newline. It can be used to select the feed items using the +with a newline. It can be used to select the feed items by using the C<--interactive> prompt. =head1 OPTIONS @@ -80,8 +80,8 @@ Get all feed items. =item B<-i, --interactive> -Use interactive prompt which can be used to select the feed items. -+umph selects I feed items by default. +Open the interactive prompt which can be used to select the items. +umph selects I feed items by default. See also L. =item B<--json> @@ -89,7 +89,7 @@ Print details in JSON. Negates --csv. =item B<--csv> -Print details in CSV ("$title","$url"\n). +Print details in CSV. =item B<--proxy> I @@ -98,11 +98,17 @@ environment setting. =item B<--no-proxy> -Disable use of HTTP proxy. Overrides both C<--proxy> and http_proxy environment -settings. +Disable use of HTTP proxy. Overrides both C<--proxy> and http_proxy +environment settings. =back +=head1 INTERACTIVE PROMPT + +Use the C<--interactive> switch to open the prompt. Note that umph +uses (as of 0.2.0) the Umph::Prompt module for this. Once the prompt +opens, type "help" to get a list of commands available to the prompt. + =head1 EXAMPLES =head2 umph AAF3A1D0CA1E304F -- 2.11.4.GIT