Skip to content

Commit 7ba4f8e

Browse files
committed
chore: update manpage and bump snap version
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 5488545 commit 7ba4f8e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/man/tldr.1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "TLDR" "1" "Sep 22, 2025" "" "tldr"
30+
.TH "TLDR" "1" "Feb 07, 2026" "" "tldr"
3131
.SH NAME
32-
tldr \- tldr 3.4.3
32+
tldr \- tldr 3.4.4
3333
.sp
3434
Python command line client for tldr
3535

@@ -59,12 +59,12 @@ Search for a specific command from a query
5959
.B \-u, \-\-update, \-\-update_cache
6060
Update the local cache of pages and exit
6161
.sp
62-
Default: False
62+
Default: \fBFalse\fP
6363
.TP
6464
.B \-k, \-\-clear\-cache
6565
Delete the local cache of pages and exit
6666
.sp
67-
Default: False
67+
Default: \fBFalse\fP
6868
.TP
6969
.B \-p, \-\-platform
7070
Possible choices: android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common
@@ -74,38 +74,38 @@ Override the operating system [android, freebsd, linux, netbsd, openbsd, osx, su
7474
.B \-l, \-\-list
7575
List all available commands for operating system
7676
.sp
77-
Default: False
77+
Default: \fBFalse\fP
7878
.TP
7979
.B \-s, \-\-source
8080
Override the default page source
8181
.sp
82-
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
82+
Default: \fB\(aqhttps://raw.githubusercontent.com/tldr\-pages/tldr/main/pages\(aq\fP
8383
.TP
8484
.B \-c, \-\-color
8585
Override color stripping
8686
.TP
8787
.B \-r, \-\-render
8888
Render local markdown files
8989
.sp
90-
Default: False
90+
Default: \fBFalse\fP
9191
.TP
9292
.B \-L, \-\-language
9393
Override the default language
9494
.TP
9595
.B \-m, \-\-markdown
9696
Just print the plain page file.
9797
.sp
98-
Default: False
98+
Default: \fBFalse\fP
9999
.TP
100100
.B \-\-short\-options
101101
Display shortform options over longform
102102
.sp
103-
Default: False
103+
Default: \fBFalse\fP
104104
.TP
105105
.B \-\-long\-options
106106
Display longform options over shortform
107107
.sp
108-
Default: False
108+
Default: \fBFalse\fP
109109
.TP
110110
.B \-\-print\-completion
111111
Possible choices: bash, zsh, tcsh

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tldr
22
base: core24
3-
version: '3.4.3'
3+
version: '3.4.4'
44
summary: tldr python client
55
description: Official Python command-line client for tldr pages.
66

0 commit comments

Comments
 (0)