diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-23 19:19:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-24 18:44:34 +0900 |
commit | 094c64a6ea2a3ab30048a2dd138f1f5e71831881 (patch) | |
tree | 353fc241543907d06bcbb3b4bfcbaf6c4ab2f02b | |
parent | 48dac5daec7118e0639642e3609638816cf363e5 (diff) | |
download | katapult-094c64a6ea2a3ab30048a2dd138f1f5e71831881.tar.gz katapult-094c64a6ea2a3ab30048a2dd138f1f5e71831881.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/man/katapult.1 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/man/katapult.1 b/doc/man/katapult.1 index 870f4e0..cdf936c 100644 --- a/doc/man/katapult.1 +++ b/doc/man/katapult.1 @@ -28,33 +28,33 @@ Katapult is a TDE laucher. .PP It uses text-based queries to launch a program, a bookmark or a directory. .SH OPTIONS -All TDE and Qt +All TDE and TQt programs accept a some common command-line options. Katapult has no application-specific options. .PP -.TP -\*(T<\fB\-\-help\fR\*(T> +.TP +\*(T<\fB\-\-help\fR\*(T> Show help about options -.TP -\*(T<\fB\-\-help\-qt\fR\*(T> -Show Qt specific options -.TP -\*(T<\fB\-\-help\-tde\fR\*(T> +.TP +\*(T<\fB\-\-help\-tqt\fR\*(T> +Show TQt specific options +.TP +\*(T<\fB\-\-help\-tde\fR\*(T> Show TDE specific options -.TP -\*(T<\fB\-\-help\-all\fR\*(T> +.TP +\*(T<\fB\-\-help\-all\fR\*(T> Show all options -.TP -\*(T<\fB\-\-author\fR\*(T> +.TP +\*(T<\fB\-\-author\fR\*(T> Show author information -.TP -\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T> +.TP +\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T> Show version information -.TP -\*(T<\fB\-\-license\fR\*(T> +.TP +\*(T<\fB\-\-license\fR\*(T> Show license information -.TP -\*(T<\fB\-\-\fR\*(T> +.TP +\*(T<\fB\-\-\fR\*(T> Indicates end of options .SH COPYRIGHT This manual page was written by Jean-Remy Falleri |