1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-03-19 21:04:35 +00:00

manage-password.py: update the help

This commit is contained in:
nishiki 2013-06-16 22:57:55 +02:00
parent 8797df86f3
commit 053369df50

View file

@ -175,6 +175,7 @@ class ManagePasswd:
print '# HELP' print '# HELP'
print '# --------------------' print '# --------------------'
print 'Add a new item: -a' print 'Add a new item: -a'
print 'Update an item: -u ID'
print 'Remove an item: -r ID' print 'Remove an item: -r ID'
print 'Show a item: -d search [type]' print 'Show a item: -d search [type]'
print 'Connect ssh: -s search' print 'Connect ssh: -s search'