Skip to content

Commit 55de728

Browse files
committed
feat(build): Update qchatmain.py description to be generic
- Replace 'qchat binary' with 'chat binary' in argparse description - Remove REBRANDING_GUIDE.md from .gitignore (moved to .git/info/exclude) 🤖 Assisted by Amazon Q Developer
1 parent f788d88 commit 55de728

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ book/
4949
.env*
5050

5151
run-build.sh
52-
REBRANDING_GUIDE.md

build-scripts/qchatmain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __call__(self, parser, namespace, values, option_string=None):
1010

1111
parser = argparse.ArgumentParser(
1212
prog="build",
13-
description="Builds the qchat binary",
13+
description="Builds the chat binary",
1414
)
1515
subparsers = parser.add_subparsers(help="sub-command help", dest="subparser", required=True)
1616

0 commit comments

Comments
 (0)