1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-10-23 09:30:00 +00:00

Fix text argument

This commit is contained in:
Davis Goglin
2016-03-28 14:23:18 -07:00
parent f504d2dc15
commit 76f300ea18
4 changed files with 103 additions and 3 deletions

View File

@@ -141,8 +141,8 @@ ESCPOS_COMMANDS = [
},
'arguments': [
{
'option_strings': ('--text',),
'help': 'Text to print as a qr code',
'option_strings': ('--txt',),
'help': 'Plain text to print',
'required': True,
}
],