summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tab_completion.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/tab_completion.py b/examples/tab_completion.py
index 48d7cb05..2830b002 100755
--- a/examples/tab_completion.py
+++ b/examples/tab_completion.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# coding=utf-8
-"""A simple example demonstrating how to use flag and index based tab-completion functions
+"""
+A simple example demonstrating how to use flag and index based tab-completion functions
+For argparse-based tab completion, see tab_autocompletion.py
"""
import argparse