45
45
"-w", "--wifi", dest="view", action="store_const", const="wifi",
46
46
help=UTF8_("Create a QR code for WiFi settings"))
48
"-s", "--software", dest="view", action="store_const", const="software",
51
"-b", "--businesscard", dest="view", action="store_const", const="vcard",
47
53
(options, args) = parser.parse_args()