From 778c4e139cb0cec8eb677405e35446a141d6bb69 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 2 Jan 2021 15:47:57 +0100 Subject: Improve help of the tellico2lesana command --- scripts/tellico2lesana | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/tellico2lesana') diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index 28a1f15..d1440f6 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -34,7 +34,11 @@ class T2L: arguments = [ ( ['-c', '--collection'], - dict(help='Name of the new lesana collection', default=None,), + dict( + help='Name of the new lesana collection.' + + ' Default is .lesana', + default=None, + ), ), (['file'], dict(help='Tellico file to convert to lesana.',)), ] -- cgit v1.2.3