summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn
index 94c8a24..1313e9a 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -94,6 +94,14 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1
lintian --info --display-info --pedantic --color auto \
../build-area/keyringer_$VERSION*.changes
+Adding a subcommand
+-------------------
+
+When adding a new subcommand, ensure:
+
+* Manpage is updated.
+* Shell completions are updated.
+
References
----------