Commit 4a05310b by Michael DeHaan

Keep things alphabetical in vault option list.

parent 99a339fa
...@@ -37,7 +37,7 @@ from optparse import OptionParser ...@@ -37,7 +37,7 @@ from optparse import OptionParser
# Utility functions for parsing actions/options # 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): def build_option_parser(action):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment