summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorSami Kerola2013-03-26 21:54:47 +0100
committerSami Kerola2013-04-01 18:41:55 +0200
commit20a5105648703f95636d6d48f2ae666d57f4a6bb (patch)
tree7a7fbfec158485b88b7872e50d8fcffe5cf9e6f6 /Documentation/TODO
parentbash-completion: text-utils (diff)
downloadkernel-qcow2-util-linux-20a5105648703f95636d6d48f2ae666d57f4a6bb.tar.gz
kernel-qcow2-util-linux-20a5105648703f95636d6d48f2ae666d57f4a6bb.tar.xz
kernel-qcow2-util-linux-20a5105648703f95636d6d48f2ae666d57f4a6bb.zip
bash-completion: add completion files to Makefile.am
And remove shell completion TODO item. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index b4139d336..9596ccecd 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -10,9 +10,10 @@ hwlock
bash completion
---------------
- - file per command in shel-completion/bash/
- - use $(pkg-config --variable=completionsdir bash-completion)/util-linux/
- as a destination install directory
+- Optional argument handling requires user to press backspace to get
+ argument completetion.
+- Comma separated value, e.g., --output 'value1,value2', are not
+ completed for users.
wipefs
------