summaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-10-15 15:42:58 +0200
committerBjörn Hagemeister2014-10-15 15:42:58 +0200
commit1bb7917efc9747d1dc05970513a5ea673835a8c9 (patch)
treeffae6b3af2bf9d712fa2f924ab3ebc987962bf4c /TODO.txt
parentImplemented --genId command line option. (diff)
downloadsatellite-daemon-1bb7917efc9747d1dc05970513a5ea673835a8c9.tar.gz
satellite-daemon-1bb7917efc9747d1dc05970513a5ea673835a8c9.tar.xz
satellite-daemon-1bb7917efc9747d1dc05970513a5ea673835a8c9.zip
Implemented --importId command line option and adapted TODO.txt.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index b8fa8fe..5622586 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -17,7 +17,7 @@ Befehlszeilenoptionen:
generiert ein neues Schlüsselpaar. Alles in die identity.properties speichern
und bei Erfolg System.exit(0), sonst >0.
-[ ] * Option --import <ORGANAME> <MODULUS> <PRIV_EXP> <PUB_EXP>
+[x] * Option --import <ORGANAME> <MODULUS> <PRIV_EXP> <PUB_EXP>
Die Übergebene Identity in identity.properties speichern. Dabei sollte auch
überprüft werden, ob es sich um ein gültiges Schlüsselpaar handelt. Wenn alles
klappt. wieder exit(0), sonst >0.