diff options
| -rw-r--r-- | podcast | 83 | 
1 files changed, 65 insertions, 18 deletions
| @@ -1,20 +1,67 @@ -.\" Manpage for podcast. -.\" Contact njaremko@gmail.com to correct errors or typos. -.TH PODCAST 1 "17 May 2018" "1.0" "podcast man page" +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8. +.TH PODCAST "1" "February 2019" "podcast 0.8.2" "User Commands"  .SH NAME -podcast \- podcast manager -.SH SYNOPSIS -podcast [--help] [-v | --version] <command> +podcast \- manual page for podcast 0.8.2  .SH DESCRIPTION -podcast is a command line podcast manager - -It handles all the basics. It can subscribe to rss feeds, download and play podcasts, and slightly more. -.SH OPTIONS ---help -\t \t Prints the synopsis and a list of the most commonly used commands. -.SH SEE ALSO - -.SH BUGS -No known bugs. -.SH AUTHOR -Nathan Jaremko (njaremko@gmail.com)
\ No newline at end of file +podcast 0.8.2 +Nathan J. <njaremko@gmail.com> +A command line podcast manager +.SS "USAGE:" +.IP +podcast [SUBCOMMAND] +.SS "FLAGS:" +.TP +\fB\-h\fR, \fB\-\-help\fR +Prints help information +.TP +\fB\-V\fR, \fB\-\-version\fR +Prints version information +.SS "SUBCOMMANDS:" +.TP +completion +install shell completion +.TP +download +download episodes of podcast +.TP +help +Prints this message or the help of the given subcommand(s) +.TP +list +list episodes of podcast +.TP +ls +list episodes of podcast +.TP +play +play an episode +.TP +refresh +refresh subscribed podcasts +.TP +rm +unsubscribe from a podcast +.TP +search +searches for podcasts +.TP +sub +subscribes to a podcast RSS feed +.TP +subscribe +subscribes to a podcast RSS feed +.TP +update +check for updates +.SH "SEE ALSO" +The full documentation for +.B podcast +is maintained as a Texinfo manual.  If the +.B info +and +.B podcast +programs are properly installed at your site, the command +.IP +.B info podcast +.PP +should give you access to the complete manual. | 
