Skip to content

Commit 072f94a

Browse files
committed
chore: update manpage and bump snap version
Signed-off-by: Dharun Krishna K B <[email protected]>
1 parent 53d3fea commit 072f94a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/man/tldr.1

Lines changed: 12 additions & 12 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" "Apr 29, 2025" "" "tldr"
30+
.TH "TLDR" "1" "Sep 12, 2025" "" "tldr"
3131
.SH NAME
32-
tldr \- tldr 3.4.1
32+
tldr \- tldr 3.4.2
3333
.sp
3434
Python command line client for tldr
3535

@@ -59,53 +59,53 @@ 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: \fBFalse\fP
62+
Default: False
6363
.TP
6464
.B \-k, \-\-clear\-cache
6565
Delete the local cache of pages and exit
6666
.sp
67-
Default: \fBFalse\fP
67+
Default: False
6868
.TP
6969
.B \-p, \-\-platform
70-
Possible choices: android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common
70+
Possible choices: android, common, freebsd, linux, netbsd, openbsd, osx, sunos, windows
7171
.sp
72-
Override the operating system [android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common]
72+
Override the operating system [android, common, freebsd, linux, netbsd, openbsd, osx, sunos, windows]
7373
.TP
7474
.B \-l, \-\-list
7575
List all available commands for operating system
7676
.sp
77-
Default: \fBFalse\fP
77+
Default: False
7878
.TP
7979
.B \-s, \-\-source
8080
Override the default page source
8181
.sp
82-
Default: \fB\(aqhttps://raw.githubusercontent.com/tldr\-pages/tldr/main/pages\(aq\fP
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
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: \fBFalse\fP
90+
Default: False
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: \fBFalse\fP
98+
Default: False
9999
.TP
100100
.B \-\-short\-options
101101
Display shortform options over longform
102102
.sp
103-
Default: \fBFalse\fP
103+
Default: False
104104
.TP
105105
.B \-\-long\-options
106106
Display longform options over shortform
107107
.sp
108-
Default: \fBFalse\fP
108+
Default: False
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.1'
3+
version: '3.4.2'
44
summary: tldr python client
55
description: Official Python command-line client for tldr pages.
66

0 commit comments

Comments
 (0)