From 7a19800a6fed788c510156957d5d6c70f34bd222 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 22 May 2024 21:49:35 +0200 Subject: add links to documention in inx extensions (#2937) --- lib/extensions/lettering_along_path.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/extensions/lettering_along_path.py') diff --git a/lib/extensions/lettering_along_path.py b/lib/extensions/lettering_along_path.py index 07142081..c7b950b1 100644 --- a/lib/extensions/lettering_along_path.py +++ b/lib/extensions/lettering_along_path.py @@ -24,8 +24,7 @@ class LetteringAlongPath(InkstitchExtension): ''' def __init__(self, *args, **kwargs): InkstitchExtension.__init__(self, *args, **kwargs) - self.arg_parser.add_argument("-o", "--options", type=str, default=None, dest="page_1") - self.arg_parser.add_argument("-i", "--info", type=str, default=None, dest="page_2") + self.arg_parser.add_argument("--notebook") self.arg_parser.add_argument("-s", "--stretch-spaces", type=Boolean, default=False, dest="stretch_spaces") def effect(self): -- cgit v1.2.3