aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-02-19 16:34:56 -0300
committerEuAndreh <eu@euandre.org>2022-02-19 16:34:56 -0300
commit8998c5d0e1320186094932e51070af9ac7a4a783 (patch)
treedc11fa11601b47312096c42037b11f172a8a2b43 /src
parenttests/linting.sh: Add initial setup for testing lint checks (diff)
downloadtd-8998c5d0e1320186094932e51070af9ac7a4a783.tar.gz
td-8998c5d0e1320186094932e51070af9ac7a4a783.tar.xz
src/td.in: Include extra example in help message
Diffstat (limited to 'src')
-rw-r--r--src/locale/HELP1.en.txt3
-rw-r--r--src/locale/HELP1.eo.txt3
-rw-r--r--src/locale/HELP1.es.txt3
-rw-r--r--src/locale/HELP1.fr.txt3
-rw-r--r--src/locale/HELP1.pt.txt3
-rwxr-xr-xsrc/td.in3
6 files changed, 18 insertions, 0 deletions
diff --git a/src/locale/HELP1.en.txt b/src/locale/HELP1.en.txt
index ba5d372..6de6a0b 100644
--- a/src/locale/HELP1.en.txt
+++ b/src/locale/HELP1.en.txt
@@ -19,4 +19,7 @@ Examples:
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:
diff --git a/src/locale/HELP1.eo.txt b/src/locale/HELP1.eo.txt
index ba5d372..6de6a0b 100644
--- a/src/locale/HELP1.eo.txt
+++ b/src/locale/HELP1.eo.txt
@@ -19,4 +19,7 @@ Examples:
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:
diff --git a/src/locale/HELP1.es.txt b/src/locale/HELP1.es.txt
index ba5d372..6de6a0b 100644
--- a/src/locale/HELP1.es.txt
+++ b/src/locale/HELP1.es.txt
@@ -19,4 +19,7 @@ Examples:
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:
diff --git a/src/locale/HELP1.fr.txt b/src/locale/HELP1.fr.txt
index ba5d372..6de6a0b 100644
--- a/src/locale/HELP1.fr.txt
+++ b/src/locale/HELP1.fr.txt
@@ -19,4 +19,7 @@ Examples:
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:
diff --git a/src/locale/HELP1.pt.txt b/src/locale/HELP1.pt.txt
index ba5d372..6de6a0b 100644
--- a/src/locale/HELP1.pt.txt
+++ b/src/locale/HELP1.pt.txt
@@ -19,4 +19,7 @@ Examples:
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:
diff --git a/src/td.in b/src/td.in
index 211b037..db74a82 100755
--- a/src/td.in
+++ b/src/td.in
@@ -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
)"