Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 8b301c4

Browse files
authored
Update README.md
made command silent
1 parent dff9725 commit 8b301c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The man page is generated from docs/MANUAL.md using [md2man](https://github.com/
7070

7171
For system administrators/packagers: To make the man page available for all users, move it to /usr/share/man/man1 - then it can be displayed with `man tmc`.
7272

73-
You can also open the manual in your shell remotely with `curl -0 https://raw.githubusercontent.com/testmycode/tmc-cli/master/docs/tmc.1 | man -l -`. This will show the manual for the latest version. You may want to bind it to an alias for ease of use.
73+
You can also open the manual in your shell remotely with `curl -0s https://raw.githubusercontent.com/testmycode/tmc-cli/master/docs/tmc.1 | man -l -`. This will show the manual for the latest version. You may want to bind it to an alias for ease of use.
7474

7575
##Logging in
7676

0 commit comments

Comments
 (0)