Skip to content

Commit 8d010e8

Browse files
ricardobranco777pevik
authored andcommitted
doc: Fix git-send-email example
git-send-email lacks --body option. Fixes: 4a72aad ("New LTP documentation") Closes: #1284 Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Ricardo Branco <rbranco@suse.de>
1 parent 339cafe commit 8d010e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/developers/setup_mailinglist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To test the configuration you can use ``--dry-run`` parameter.
2727

2828
.. code-block:: bash
2929
30-
git send-email --dry-run --to "ltp@lists.linux.it" --subject "Test Email" --body "This is a test email." HEAD^
30+
git send-email --dry-run --to "ltp@lists.linux.it" --subject "Test Email" HEAD^
3131
3232
Depending on your SMTP server's configuration, you may need to authenticate
3333
before sending emails. If required, configure authentication settings using:

0 commit comments

Comments
 (0)