Skip to content

Commit 1652875

Browse files
authored
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
1 parent a9f00dd commit 1652875

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

man/linutil.1

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" manpage for Linutil
2-
.TH "linutil" "1" "November 2024" "Linutil 2024.10.31" "Linutil Manual"
2+
.TH "linutil" "1" "October 2025" "Linutil" "Linutil Manual"
33

44
.SH NAME
55
linutil \- Chris Titus Tech's Linux Toolbox
@@ -26,18 +26,6 @@ curl -fsSL https://christitus.com/linuxdev | sh
2626
\fB\-c\fR, \fB\-\-config\fR \fI<path>\fR
2727
Path to the configuration file.
2828

29-
.TP
30-
\fB\-\-override\-validation\fR
31-
Show all available entries, disregarding compatibility checks (\fBUNSAFE\fR).
32-
33-
.TP
34-
\fB\-\-size\-bypass\fR
35-
Bypass the terminal size limit.
36-
37-
.TP
38-
\fB\-y\fR, \fB\-\-skip\-confirmation\fR
39-
Skip confirmation prompt before executing commands.
40-
4129
.TP
4230
\fB\-t\fR, \fB\-\-theme\fR \fI<theme>\fR
4331
Set the theme to use in the TUI.
@@ -48,6 +36,26 @@ Possible values:
4836
.br
4937
Defaults to \fIdefault\fR.
5038

39+
.TP
40+
\fB\-y\fR, \fB\-\-skip\-confirmation\fR
41+
Skip confirmation prompt before executing commands.
42+
43+
.TP
44+
\fB\-y\fR, \fB\-\-override\-validation\fR
45+
Show all available options, disregarding compatibility checks (\fBUNSAFE\fR).
46+
47+
.TP
48+
\fB\-s\fR, \fB\-\-size\-bypass\fR
49+
Bypass the terminal size limit.
50+
51+
.TP
52+
\fB\-m\fR, \fB\-\-mouse\fR
53+
Enable mouse interaction.
54+
55+
.TP
56+
\fB\-r\fR, \fB\-\-bypass\-root\fR
57+
Bypass root user check.
58+
5159
.TP
5260
\fB\-h\fR, \fB\-\-help\fR
5361
Print help.
@@ -62,7 +70,7 @@ https://christitustech.github.io/linutil
6270

6371
.SH AUTHOR
6472
Written by Adam Perkowski.
65-
<adas1per@protonmail.com>
73+
<me@adamperkowski.dev>
6674

6775
.SH REPORTING BUGS
6876
Since the project is still in active development, you may encounter some issues.

0 commit comments

Comments
 (0)