diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 15:47:57 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 15:47:57 +0100 |
commit | 778c4e139cb0cec8eb677405e35446a141d6bb69 (patch) | |
tree | a91a25fc9c8a69f2b04ca9bbacd5f9bcd803321b | |
parent | 567e9ec698d3807a6e779432adea297c98c08cd4 (diff) |
Improve help of the tellico2lesana command
-rwxr-xr-x | scripts/tellico2lesana | 6 |
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.',)), ] |