diff options
author | Michael Biebl <biebl@debian.org> | 2013-02-17 02:07:36 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-02-19 21:20:59 +0100 |
commit | 1556a19c3ebecdddf683cc5e4bc61fd54ad16a6c (patch) | |
tree | 1c821228ff4f1b9c829a14553e17effde8b82a26 /cli/completion/Makefile.am | |
parent | f0277c19aa80d40187bc488e1858c7e491dc7692 (diff) | |
download | NetworkManager-1556a19c3ebecdddf683cc5e4bc61fd54ad16a6c.tar.gz |
Add bash-completion file for nmcli
Based on work by Guillaume Rousse <guillomovitch@gmail.com>
Diffstat (limited to 'cli/completion/Makefile.am')
-rw-r--r-- | cli/completion/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/completion/Makefile.am b/cli/completion/Makefile.am new file mode 100644 index 0000000000..9a250f070b --- /dev/null +++ b/cli/completion/Makefile.am @@ -0,0 +1,2 @@ +completiondir = $(datadir)/bash-completion/completions +dist_completion_DATA = nmcli |