Skip to content

Commit 6ade40a

Browse files
committed
whitespaces: more obvious help message
1 parent 4118046 commit 6ade40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fprettify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ def run(argv=sys.argv): # pragma: no cover
13121312
parser.add_argument("-i", "--indent", type=int, default=3,
13131313
help="relative indentation width")
13141314
parser.add_argument("-w", "--whitespace", type=int,
1315-
choices=range(0, 5), default=2, help="Amount of whitespace")
1315+
choices=range(0, 5), default=2, help="types of whitespaces to include")
13161316
parser.add_argument("--disable-indent", action='store_true', default=False, help="don't impose indentation")
13171317
parser.add_argument("--disable-whitespace", action='store_true', default=False, help="don't impose whitespace formatting")
13181318
parser.add_argument("--strip-comments", action='store_true', default=False, help="strip whitespaces before comments")

0 commit comments

Comments
 (0)