aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-01 22:45:38 -0300
committerEuAndreh <eu@euandre.org>2022-06-01 22:45:38 -0300
commitcf02da8720786dbc68367925c8e31a9f45e8d11b (patch)
tree97fb31f43bee125314226b8a1b8690eab364c04d /src/bin/pb
parentTODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259 (diff)
downloadeuandre.org-cf02da8720786dbc68367925c8e31a9f45e8d11b.tar.gz
euandre.org-cf02da8720786dbc68367925c8e31a9f45e8d11b.tar.xz
src/bin/pb: Fix typo in usage() text
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/pb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pb b/src/bin/pb
index b3e0bc0..78165b9 100755
--- a/src/bin/pb
+++ b/src/bin/pb
@@ -9,7 +9,7 @@ usage() {
cat <<-'EOF'
Usage:
pb -t TITLE [-l LANGUAGE] [-s SLUG]
- pg -h
+ pb -h
EOF
}