Keep things alphabetical in vault option list.

pull/4420/head
Michael DeHaan 2014-08-11 15:59:05 -04:00
parent 99a339fa7b
commit 4a05310ba0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ from optparse import OptionParser
# Utility functions for parsing actions/options
#-------------------------------------------------------------------------------------
VALID_ACTIONS = ("create", "decrypt", "edit", "view", "encrypt", "rekey")
VALID_ACTIONS = ("create", "decrypt", "edit", "encrypt", "rekey", "view")
def build_option_parser(action):
"""