Skip to content

Commit

Permalink
Fix help string of --country parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Phype committed Oct 29, 2024
1 parent 4c4c2e7 commit 7a99a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/purei9_unofficial/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

args_cloud.add_argument('-c', "--credentials", type=str, help='elecrolux cloud credentails in username:password format')
args_cloud.add_argument('-t', "--token", type=str, help='electrolux v2 API token')
args_cloud.add_argument("--country", type=str, help='electrolux v2 API token')
args_cloud.add_argument("--country", type=str, help='2-character country code of your account, e.g. "SE", "US", etc.')

cmds_cloud = args_cloud.add_subparsers(help='subcommand, default=status', dest="subcommand")

Expand Down

0 comments on commit 7a99a0e

Please sign in to comment.