diff --git a/examples/batch_edit.py b/examples/batch_edit.py index 124ac8bd..4d03e9a6 100644 --- a/examples/batch_edit.py +++ b/examples/batch_edit.py @@ -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)