diff options
author | EuAndreh <eu@euandre.org> | 2022-01-20 13:23:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-20 13:23:24 -0300 |
commit | c3b1c1eec919f3d2fe6811155adeaaa741dc7e82 (patch) | |
tree | f6419ef21417308dcebbbe58c5698892daaa9477 | |
parent | src/td.in: Put options in help message and getopts arguments in the same order (diff) | |
download | td-c3b1c1eec919f3d2fe6811155adeaaa741dc7e82.tar.gz td-c3b1c1eec919f3d2fe6811155adeaaa741dc7e82.tar.xz |
src/td.in: Add missing option in Usage text
-rwxr-xr-x | src/td.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |