add 'pandora_client install_programs update'

This commit is contained in:
j 2014-03-02 15:12:34 +01:00
commit 506df5939f
2 changed files with 10 additions and 7 deletions

View file

@ -37,7 +37,7 @@ if __name__ == '__main__':
parser.print_help()
sys.exit(1)
actions = ('scan', 'sync', 'upload', 'upload_frames', 'extract', 'clean', 'cmd', 'import_srt', 'upload_document')
actions = ('scan', 'sync', 'upload', 'upload_frames', 'extract', 'clean', 'cmd', 'import_srt', 'upload_document', 'install_programs')
config = ('config', 'add_volume')
server = ('server', 'client')
if not args or args[0] not in actions + config + server: