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
2 changes: 1 addition & 1 deletion doc/man/zaman.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ zaman(1) ["Zaman 1.3.0" ["Zaman Manual"]]

# NAME

*Zaman* - CLI tool to display (or save) man pages as PDFs.
*Zaman* - A simple CLI tool to display (or save) man pages as PDFs files.

# DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion src/zaman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ esac
# Definition of the help function: Print the help message
help() {
cat <<EOF
A simple CLI tool to display (or save) man pages as PDFs files via Zathura for an easier reading.
A simple CLI tool to display (or save) man pages as PDFs files for an easier reading.

You can directly specify the man page to display as a PDF. For instance, to display the 'ls' man page:
${name} ls
Expand Down