summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command/container/welcome.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/commands/command/container/welcome.py')
-rw-r--r--lldb/test/API/commands/command/container/welcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/commands/command/container/welcome.py b/lldb/test/API/commands/command/container/welcome.py
index 6283e6956400..9d435e179448 100644
--- a/lldb/test/API/commands/command/container/welcome.py
+++ b/lldb/test/API/commands/command/container/welcome.py
@@ -21,7 +21,7 @@ class WelcomeCommand2(object):
pass
def get_short_help(self):
- return "Just a docstring for the second Welcome\nA command that says hello to LLDB users"
+ return "A docstring for the second Welcome\nA command that says hello to LLDB users"
def __call__(self, debugger, args, exe_ctx, result):
print('Hello ' + args + ', welcome again to LLDB', file=result)