Skip to content

Commit 001739b

Browse files
authored
Fix Typo: Targer -> Target
1 parent 9014d66 commit 001739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_module_migrate/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_parser():
3131
"--modules",
3232
dest="modules",
3333
type=str,
34-
help="Targer Modules to migrate."
34+
help="Target Modules to migrate."
3535
" If not set, all the modules present in the directory will be"
3636
" migrated.",
3737
)

0 commit comments

Comments
 (0)