Skip to content

Commit

Permalink
Update whitespace error
Browse files Browse the repository at this point in the history
Such a small change, but I found a typo in the argument description, where there is a missing whitespace in the positional argument description. The message is currently:  

   gws       Run the SCuBA automated conformancecheck against one or more Google Workspace products
  • Loading branch information
LaurenBassett authored Dec 22, 2023
1 parent 2029d92 commit aad6a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def dive():

subparsers = parser.add_subparsers(dest='scuba_cmd')

gws_parser_help = "Run the SCuBA automated conformance" \
gws_parser_help = "Run the SCuBA automated conformance " \
"check against one or more Google Workspace products"
gws_parser = subparsers.add_parser('gws', help=gws_parser_help)
get_gws_args(gws_parser)
Expand Down

0 comments on commit aad6a82

Please sign in to comment.