Skip to content

Commit 5c4e1ff

Browse files
committed
all lower
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
1 parent 034873d commit 5c4e1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tymely/tymely.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def arguments():
2525
epilog="version: " + __version__,
2626
)
2727
parser.add_argument(
28-
"-c", "--config", help="specifies a CONFiguration file", type=str
28+
"-c", "--config", help="specifies a configuration file", type=str
2929
)
3030
parser.add_argument(
3131
"-t",

0 commit comments

Comments
 (0)