diff options
| author | Nathan Jaremko | 2019-02-24 19:14:34 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2019-02-24 19:14:34 -0500 |
| commit | e80219b5a569a8745fe6423eaeb4f4d8caf03924 (patch) | |
| tree | 16e516153a164c11087615ce45876ba4b9e4e738 | |
| parent | d95e6b945b706db0b149b8af580f6cd8484e527b (diff) | |
| download | podcast-e80219b5a569a8745fe6423eaeb4f4d8caf03924.tar.bz2 | |
Improve man page
| -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. |
