Added batch_edit.py example, [skip ci]

This commit is contained in:
Rhet Turnbull 2023-02-22 06:36:53 -08:00
parent 1e10df26c9
commit c3ca25fe33

View File

@ -113,7 +113,8 @@ def batch_edit(
if not title and not description and not keyword:
echo_error(
"[error] Must specify at least one of --title, --description, or --keyword"
"[error] Must specify at least one of --title, --description, or --keyword. "
"Use --help for more information."
)
sys.exit(1)