docs: update the manpage (#1144)

its pretty outdated for some reason so i updated it :)
i also think its better for it to not reference a specific version
because its not being updated on every release
This commit is contained in:
adam
2025-10-23 20:38:00 +02:00
committed by GitHub
parent a9f00dd16c
commit 16528757ba
+22 -14
View File
@@ -1,5 +1,5 @@
.\" manpage for Linutil .\" manpage for Linutil
.TH "linutil" "1" "November 2024" "Linutil 2024.10.31" "Linutil Manual" .TH "linutil" "1" "October 2025" "Linutil" "Linutil Manual"
.SH NAME .SH NAME
linutil \- Chris Titus Tech's Linux Toolbox linutil \- Chris Titus Tech's Linux Toolbox
@@ -26,18 +26,6 @@ curl -fsSL https://christitus.com/linuxdev | sh
\fB\-c\fR, \fB\-\-config\fR \fI<path>\fR \fB\-c\fR, \fB\-\-config\fR \fI<path>\fR
Path to the configuration file. Path to the configuration file.
.TP
\fB\-\-override\-validation\fR
Show all available entries, disregarding compatibility checks (\fBUNSAFE\fR).
.TP
\fB\-\-size\-bypass\fR
Bypass the terminal size limit.
.TP
\fB\-y\fR, \fB\-\-skip\-confirmation\fR
Skip confirmation prompt before executing commands.
.TP .TP
\fB\-t\fR, \fB\-\-theme\fR \fI<theme>\fR \fB\-t\fR, \fB\-\-theme\fR \fI<theme>\fR
Set the theme to use in the TUI. Set the theme to use in the TUI.
@@ -48,6 +36,26 @@ Possible values:
.br .br
Defaults to \fIdefault\fR. Defaults to \fIdefault\fR.
.TP
\fB\-y\fR, \fB\-\-skip\-confirmation\fR
Skip confirmation prompt before executing commands.
.TP
\fB\-y\fR, \fB\-\-override\-validation\fR
Show all available options, disregarding compatibility checks (\fBUNSAFE\fR).
.TP
\fB\-s\fR, \fB\-\-size\-bypass\fR
Bypass the terminal size limit.
.TP
\fB\-m\fR, \fB\-\-mouse\fR
Enable mouse interaction.
.TP
\fB\-r\fR, \fB\-\-bypass\-root\fR
Bypass root user check.
.TP .TP
\fB\-h\fR, \fB\-\-help\fR \fB\-h\fR, \fB\-\-help\fR
Print help. Print help.
@@ -62,7 +70,7 @@ https://christitustech.github.io/linutil
.SH AUTHOR .SH AUTHOR
Written by Adam Perkowski. Written by Adam Perkowski.
<adas1per@protonmail.com> <me@adamperkowski.dev>
.SH REPORTING BUGS .SH REPORTING BUGS
Since the project is still in active development, you may encounter some issues. Since the project is still in active development, you may encounter some issues.