diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-23 21:53:35 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-23 21:53:35 +0200 |
| commit | 2a32ca6b2c51be50b5e4c2612f89c4b7cf984624 (patch) | |
| tree | 94aa6eff8bbc2da67e550d905a7eb94a37c65004 /src/autopasswd.c | |
| parent | typo (diff) | |
| download | autopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.gz autopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.bz2 autopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.xz | |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/autopasswd.c')
| -rw-r--r-- | src/autopasswd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/autopasswd.c b/src/autopasswd.c index 1815506..79ebbdf 100644 --- a/src/autopasswd.c +++ b/src/autopasswd.c @@ -1,5 +1,5 @@ /** - * autopasswd – Reproducible password generator + * autopasswd – Reproducable password generator * * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) * @@ -161,7 +161,7 @@ int main(int argc, char** argv) /* Parse command line arguments. */ - args_init("Reproducible password generator", "autopasswd [options...]", + args_init("Reproducable password generator", "autopasswd [options...]", "TODO", 0, 1, 0, args_standard_abbreviations); args_add_option(args_new_argumentless(NULL, 0, "-h", "-?", "--help", NULL), @@ -201,7 +201,7 @@ int main(int argc, char** argv) } if (args_opts_used("--copyright")) { - printf("autopasswd – Reproducible password generator\n"); + printf("autopasswd – Reproducable password generator\n"); printf("\n"); printf("Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)\n"); printf("\n"); |
