mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Update import path and change copyright year in apg.go
The import path of the module "apg-go" has been changed to "src.neessen.cloud/wneessen/apg-go". Furthermore the copyright year mentioned in the usage text has been updated to 2024.
This commit is contained in:
parent
86b0ca972e
commit
8dce4d2eb9
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/wneessen/apg-go"
|
"src.neessen.cloud/wneessen/apg-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MinimumAmountTooHigh is an error message displayed when a minimum amount of
|
// MinimumAmountTooHigh is an error message displayed when a minimum amount of
|
||||||
|
@ -122,8 +122,8 @@ func usage() {
|
||||||
// Usage text
|
// Usage text
|
||||||
const ut = `apg-go v` +
|
const ut = `apg-go v` +
|
||||||
apg.VERSION + "\n" +
|
apg.VERSION + "\n" +
|
||||||
`A OSS "Automated Password Generator"-clone -- https://github.com/wneessen/apg-go/
|
`A OSS "Automated Password Generator"-clone -- https://src.neessen.cloud/wneessen/apg-go/
|
||||||
Created 2021-2023 by Winni Neessen (MIT licensed)
|
Created 2021-2024 by Winni Neessen (MIT licensed)
|
||||||
|
|
||||||
apg [-a <algo>] [-m <length>] [-x <length>] [-L] [-U] [-N] [-S] [-H] [-C]
|
apg [-a <algo>] [-m <length>] [-x <length>] [-L] [-U] [-N] [-S] [-H] [-C]
|
||||||
[-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]
|
[-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]
|
||||||
|
|
Loading…
Reference in a new issue