From 16528757ba16f41f97f0761ac645fa76bbb3d1a4 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 23 Oct 2025 20:38:00 +0200 Subject: [PATCH] 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 --- man/linutil.1 | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/man/linutil.1 b/man/linutil.1 index af2163d..934c7d9 100644 --- a/man/linutil.1 +++ b/man/linutil.1 @@ -1,5 +1,5 @@ .\" manpage for Linutil -.TH "linutil" "1" "November 2024" "Linutil 2024.10.31" "Linutil Manual" +.TH "linutil" "1" "October 2025" "Linutil" "Linutil Manual" .SH NAME 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\fR 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 \fB\-t\fR, \fB\-\-theme\fR \fI\fR Set the theme to use in the TUI. @@ -48,6 +36,26 @@ Possible values: .br 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 \fB\-h\fR, \fB\-\-help\fR Print help. @@ -62,7 +70,7 @@ https://christitustech.github.io/linutil .SH AUTHOR Written by Adam Perkowski. - + .SH REPORTING BUGS Since the project is still in active development, you may encounter some issues.