diff options
Diffstat (limited to 'python/argcomplete/README')
-rw-r--r-- | python/argcomplete/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README index d4c36cf332ca1..f0ba50a1ae014 100644 --- a/python/argcomplete/README +++ b/python/argcomplete/README @@ -10,5 +10,5 @@ or subparsers, and if your program can dynamically suggest completions for your argument/option values. Note: -You need to run activate-global-python-argcomplete script once you install -this package +You need to run (as root) 'activate-global-python-argcomplete' script once you +install this package. |