shelve: lowercase flag description
The help for --unknown is the *only* command that started with a capital letter
--- a/hgext/shelve.py Tue Jan 19 17:44:25 2016 -0800
+++ b/hgext/shelve.py Thu Jan 21 00:20:19 2016 +0000
@@ -766,7 +766,7 @@
[('A', 'addremove', None,
_('mark new/missing files as added/removed before shelving')),
('u', 'unknown', None,
- _('Store unknown files in the shelve')),
+ _('store unknown files in the shelve')),
('', 'cleanup', None,
_('delete all shelved changes')),
('', 'date', '',
--- a/tests/test-shelve.t Tue Jan 19 17:44:25 2016 -0800
+++ b/tests/test-shelve.t Thu Jan 21 00:20:19 2016 +0000
@@ -54,7 +54,7 @@
-A --addremove mark new/missing files as added/removed before
shelving
- -u --unknown Store unknown files in the shelve
+ -u --unknown store unknown files in the shelve
--cleanup delete all shelved changes
--date DATE shelve with the specified commit date
-d --delete delete the named shelved change(s)