Skip to content

Commit 0230a52

Browse files
docs: 📝 Update name in manpage
1 parent 300e845 commit 0230a52

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

zer0.1.gz

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.\" Manpage for zer0.
2+
.TH zer0 1 "March 2022" "zer0 man page" "User Commands"
3+
.SH NAME
4+
zer0 \- A client for zer0b.in and other zer0bin instances
5+
.SH SYNOPSIS
6+
echo/cat content | zer0 [--md] [--instance]
7+
.SH OPTIONS
8+
--instance: Change instance
9+
10+
--md: Toggle markdown mode
11+
.SH EXAMPLE
12+
$ echo "hello world" | zer0
13+
14+
$ cat /var/logs/prog.log | zer0 # Text only
15+
16+
$ echo "other instance" | zer0 --instance https://stepbro.voring.me
17+
18+
$ cat document.md | zer0 --md # Markdown mode
19+
.SH "SOURCE"
20+
https://github.com/zer0bin-dev/zer0

zer0bin.1.gz

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)