Improve man page formatting (#349)
This commit is contained in:
91
topgrade.8
91
topgrade.8
@@ -1,26 +1,77 @@
|
|||||||
.\" Manpage for topgrade.
|
.hy
|
||||||
.\" Contact github/Linux4Life531 to correct errors or typos.
|
.TH "topgrade" "8" "29 Febuary 2020" "topgrade 4.1.1"
|
||||||
.TH man 8 "22 Febuary 2020" "1.0" " Topgrade Manpage"
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
topgrade - upgrade everything on your computer
|
.PP
|
||||||
|
topgrade \- upgrade everything
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
topgrade - updates everything
|
.PP
|
||||||
|
topgrade [\fIoptions\f[]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Keeping your system up to date mostly involves invoking more than a single package manager. This usually results in big shell one-liners saved in your shell history. Topgrade tries to solve this problem by detecting which tools you use and run their appropriate package managers.
|
.PP
|
||||||
|
Keeping your system up to date mostly involves invoking more than a single package manager.
|
||||||
|
This usually results in big shell one-liners saved in your shell history.
|
||||||
|
\fBtopgrade\fR tries to solve this problem by detecting which tools you use and run their appropriate package managers.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
--only <only> - Topgrade will only update whatever you specify
|
.TP
|
||||||
--disable <disable> - Topgrade will not update whatever you specify
|
.B \-\-only <only>
|
||||||
-c, --cleanup Cleanup temporary or old files
|
Run specific steps
|
||||||
-n, --dry-run Print what would be done
|
.RS
|
||||||
--edit-config Edit the configuration file
|
.RE
|
||||||
-h, --help Prints help information
|
.TP
|
||||||
-k, --keep Prompt for a key before exiting
|
.B \-\-disable <disable>
|
||||||
--no-retry Do not ask to retry failed steps
|
Disable specific steps
|
||||||
-t, --tmux Run inside tmux
|
.RS
|
||||||
-V, --version Prints version information
|
.RE
|
||||||
-v, --verbose Output logs
|
.TP
|
||||||
-y, --yes Say yes to package manager's prompt (experimental)
|
.B \-c, \-\-cleanup
|
||||||
|
Cleanup temporary or old files
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-n, \-\-dry\-run
|
||||||
|
Outputs steps simulation
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-\-edit\-config
|
||||||
|
Edit the configuration file
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-h, \-\-help
|
||||||
|
Prints help information
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-k, \-\-keep
|
||||||
|
Prompt for a key before exiting
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-retry
|
||||||
|
Do not ask to retry failed steps
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-t, \-\-tmux
|
||||||
|
Run inside tmux
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-V, \-\-version
|
||||||
|
Prints version information
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-v, \-\-verbose
|
||||||
|
Output logs
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.B \-y, \-\-yes
|
||||||
|
Say yes to package manager's prompt (experimental)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
For a list of bugs see https://github.com/r-darwish/topgrade/issues.
|
For a list of bugs see <\fIhttps://github.com/r-darwish/topgrade/issues\fR>.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
James Ashwood (To contact I'm at github/Linux4Life531)
|
\fBtopgrade\fR is maintained by Roey Dror (\[aq]r\-darwish\[aq]) and many other contributors.
|
||||||
|
You can view the full list at
|
||||||
|
<\fIhttps://github.com/r-darwish/topgrade/graphs/contributors\fR>
|
||||||
|
|||||||
Reference in New Issue
Block a user