aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tellico2lesana6
1 files changed, 5 insertions, 1 deletions
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 <tellico file base name>.lesana',
+ default=None,
+ ),
),
(['file'], dict(help='Tellico file to convert to lesana.',)),
]