aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xroka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roka.py b/roka.py
index 809cf3c..4b6a523 100755
--- a/roka.py
+++ b/roka.py
@@ -121,7 +121,7 @@ if __name__ == '__main__':
args = parser.parse_args()
if args.static_path and not args.base_url or args.base_url and not args.static_path:
- parser.error("--generate and --base_url must both be included")
+ parser.error('--generate and --base_url must be included together')
if args.scan:
books = Books()