diff options
Diffstat (limited to 'src/locale/HELP1.fr.txt')
-rw-r--r-- | src/locale/HELP1.fr.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/locale/HELP1.fr.txt b/src/locale/HELP1.fr.txt new file mode 100644 index 0000000..f443055 --- /dev/null +++ b/src/locale/HELP1.fr.txt @@ -0,0 +1,21 @@ + +Options: + -c commit directly only with the title, without + adding a description. Assumes -m + -m MESSAGE_TITLE the title message of the entry + -t TYPE the type of entry to be added (default: |TYPE|) + -s STATE the state of entry to be added (default: |STATE|) + -H pre-process issues file before generating HTML + -l list the supported values for $TD_USE_BUILTIN_HOOKS + -L lint the issues file + -h, --help show this help message + -V, --version print the version number + +Examples: + Create a new entry with the default type with a custom title: + $ td -cm 'An entry title' + + Create a new entry with a custom type and state: + $ td -cm 'Another title' -t bug -s DONE + +States of an entry: |