Skip to content

Commit 69f8c1f

Browse files
committed
style: Fix line too long in CLI description
1 parent a39c06d commit 69f8c1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/g/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def create_parser() -> argparse.ArgumentParser:
5454
"""
5555
parser = argparse.ArgumentParser(
5656
prog="g",
57-
description="CLI alias for your current directory's VCS command (git, svn, hg).",
57+
description="CLI alias for your current directory's VCS command "
58+
"(git, svn, hg).",
5859
epilog="All arguments are passed directly to the detected VCS.",
5960
formatter_class=argparse.RawDescriptionHelpFormatter,
6061
)

0 commit comments

Comments
 (0)