Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/man/tldr.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "TLDR" "1" "Sep 22, 2025" "" "tldr"
.TH "TLDR" "1" "Feb 07, 2026" "" "tldr"
.SH NAME
tldr \- tldr 3.4.3
tldr \- tldr 3.4.4
.sp
Python command line client for tldr

Expand Down Expand Up @@ -59,12 +59,12 @@ Search for a specific command from a query
.B \-u, \-\-update, \-\-update_cache
Update the local cache of pages and exit
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-k, \-\-clear\-cache
Delete the local cache of pages and exit
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-p, \-\-platform
Possible choices: android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common
Expand All @@ -74,38 +74,38 @@ Override the operating system [android, freebsd, linux, netbsd, openbsd, osx, su
.B \-l, \-\-list
List all available commands for operating system
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-s, \-\-source
Override the default page source
.sp
Default: \(dq\X'tty: link https://raw.githubusercontent.com/tldr-pages/tldr/main/pages'\fI\%https://raw.githubusercontent.com/tldr\-pages/tldr/main/pages\fP\X'tty: link'\(dq
Default: \fB\(aqhttps://raw.githubusercontent.com/tldr\-pages/tldr/main/pages\(aq\fP
.TP
.B \-c, \-\-color
Override color stripping
.TP
.B \-r, \-\-render
Render local markdown files
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-L, \-\-language
Override the default language
.TP
.B \-m, \-\-markdown
Just print the plain page file.
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-\-short\-options
Display shortform options over longform
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-\-long\-options
Display longform options over shortform
.sp
Default: False
Default: \fBFalse\fP
.TP
.B \-\-print\-completion
Possible choices: bash, zsh, tcsh
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tldr
base: core24
version: '3.4.3'
version: '3.4.4'
summary: tldr python client
description: Official Python command-line client for tldr pages.

Expand Down
Loading