Skip to content

Commit 279db57

Browse files
damusssankith26
andauthored
update build command message
Co-authored-by: Ankith <[email protected]>
1 parent 368fefa commit 279db57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def parse_args(self):
359359

360360
# Build command
361361
build_parser = subparsers.add_parser(
362-
"build", help="Build the project", aliases=["install"]
362+
"build", help="Build and install the project", aliases=["install"]
363363
)
364364
build_parser.add_argument(
365365
"--wheel",

0 commit comments

Comments
 (0)