diff options
author | EuAndreh <eu@euandre.org> | 2022-02-19 16:34:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-02-19 16:34:56 -0300 |
commit | 8998c5d0e1320186094932e51070af9ac7a4a783 (patch) | |
tree | dc11fa11601b47312096c42037b11f172a8a2b43 /src/td.in | |
parent | tests/linting.sh: Add initial setup for testing lint checks (diff) | |
download | td-8998c5d0e1320186094932e51070af9ac7a4a783.tar.gz td-8998c5d0e1320186094932e51070af9ac7a4a783.tar.xz |
src/td.in: Include extra example in help message
Diffstat (limited to 'src/td.in')
-rwxr-xr-x | src/td.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ MSG_HELP1="$(cat <<-'EOF' Create a new entry with a custom type and state: $ td -cm 'Another title' -t bug -s DONE + Create a new entry entry with the default type using $VISUAL/$EDITOR: + $ td + States of an entry: EOF )" |