aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-20 13:23:24 -0300
committerEuAndreh <eu@euandre.org>2022-01-20 13:23:24 -0300
commitc3b1c1eec919f3d2fe6811155adeaaa741dc7e82 (patch)
treef6419ef21417308dcebbbe58c5698892daaa9477
parentsrc/td.in: Put options in help message and getopts arguments in the same order (diff)
downloadtd-c3b1c1eec919f3d2fe6811155adeaaa741dc7e82.tar.gz
td-c3b1c1eec919f3d2fe6811155adeaaa741dc7e82.tar.xz
src/td.in: Add missing option in Usage text
-rwxr-xr-xsrc/td.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/td.in b/src/td.in
index 6ab9491..22a289c 100755
--- a/src/td.in
+++ b/src/td.in
@@ -9,7 +9,7 @@ add_msg() {
MSG_USAGE="$(cat <<-'EOF'
Usage:
- @NAME@ [-c] [-m MESSAGE] [-t TYPE]
+ @NAME@ [-c] [-m MESSAGE] [-t TYPE] [-s STATE]
@NAME@ [-HlL]
@NAME@ [-hV]
EOF