Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 318 Bytes

viper_tag_changer

Change tag in viper framework database

./tag_changer.py -h
usage: tag_changer.py [-h] db_file old_tag new_tag

positional arguments:
  db_file     Viper database file
  old_tag     Old tag name
  new_tag     New tag name

optional arguments:
  -h, --help  show this help message and exit