diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 786209a..8324d7d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,9 @@
-
-
+
+
+
@@ -84,7 +85,8 @@
-
+
+
true
diff --git a/cmd/apg/apg.go b/cmd/apg/apg.go
index 52db6da..cf0ce10 100644
--- a/cmd/apg/apg.go
+++ b/cmd/apg/apg.go
@@ -15,14 +15,14 @@ import (
)
// VersionString represents the current version of the apg-go CLI
-const VersionString string = "0.4.0-dev"
+const VersionString string = "0.4.0"
// Help text
const usage = `apg-go // A "Automated Password Generator"-clone
Copyright (c) 2021 Winni Neessen
-apg [-m ] [-x ] [-L] [-U] [-N] [-S] [-H] [-C]
- [-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h]
+apg [-a ] [-m ] [-x ] [-L] [-U] [-N] [-S] [-H] [-C]
+ [-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]
Options:
-a ALGORITH Choose the password generation algorithm (Default: 1)