Optimized usability

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-11 16:47:07 +01:00
parent 080b8d66e4
commit 591af85d82
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ The purpose of this software is to splitt a secret over multiple people. Just if
## requirements
### system
This software is developed for and on a [Arch Linux](https://archlinux.org/) system.
This software is developed for and on an [Arch Linux](https://archlinux.org/) system.
### setup
@ -68,5 +68,4 @@ python scripts/main.py --amount 3 --quota 50 --mode encrypt --add-user-informati
## todo
- add data-input attribut
- add data-output attribut
- write scenario test
- add data-output attribut

View File

@ -42,6 +42,7 @@ try:
args = parser.parse_args()
print("Application started.")
print("To leave the appplication use the key kombination: <<Ctr>> + <<Alt>> + <<C>>")
print("Selected Mode: " + args.mode)
if args.mode == 'cleanup':