Keep things alphabetical in vault option list.
parent
99a339fa7b
commit
4a05310ba0
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue