diff options
author | Varun Shastry <vshastry@redhat.com> | 2014-06-04 15:01:14 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-13 09:56:39 -0700 |
commit | 17f366722124cef253822ba3d78c560e766cb242 (patch) | |
tree | 4b1bfa4920b3419e87723d849d200cf7ef757009 /extras/command-completion/README | |
parent | a41f212e4b5bf74e2752370de10b754a1fa3f675 (diff) |
extras: bash command completion for gluster
Change-Id: Ifd6e68b0288dc65e41e467b4ad02bfc3bded341f
BUG: 1108767
Signed-off-by: Varun Shastry <vshastry@redhat.com>
Reviewed-on: http://review.gluster.org/7979
Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras/command-completion/README')
-rw-r--r-- | extras/command-completion/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/command-completion/README b/extras/command-completion/README new file mode 100644 index 00000000000..0acba38168f --- /dev/null +++ b/extras/command-completion/README @@ -0,0 +1,5 @@ +This file is not moved to /etc/bash_completion.d/ with the source installation. +Please execute make install explicity from here to move this file to +/etc/bash_completion.d + +Similarly, use make uninstall to remove it from /etc/bash_completion.d |