diff options
author | EuAndreh <eu@euandre.org> | 2022-06-01 22:45:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-01 22:45:38 -0300 |
commit | cf02da8720786dbc68367925c8e31a9f45e8d11b (patch) | |
tree | 97fb31f43bee125314226b8a1b8690eab364c04d /src/bin | |
parent | TODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259 (diff) | |
download | euandre.org-cf02da8720786dbc68367925c8e31a9f45e8d11b.tar.gz euandre.org-cf02da8720786dbc68367925c8e31a9f45e8d11b.tar.xz |
src/bin/pb: Fix typo in usage() text
Diffstat (limited to '')
-rwxr-xr-x | src/bin/pb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ usage() { cat <<-'EOF' Usage: pb -t TITLE [-l LANGUAGE] [-s SLUG] - pg -h + pb -h EOF } |