This commit is contained in:
tastytea 2018-08-30 16:42:28 +02:00
parent a2d9c2eb5c
commit 26a09fe58f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ It has a text interface and uses a SQLite-database.
```PLAIN
$ whyblocked
This is whyblock 0.4.0.
This is whyblocked 0.4.0.
Type add, remove, view or details. Or just the first letter.
Type quit or q to quit the program.
: add

View File

@ -47,7 +47,7 @@ int main(int argc, char *argv[])
sqlite::connection con(get_filepath());
bool keeprunning = true;
cout << "This is whyblock " << global::version << ".\n";
cout << "This is whyblocked " << global::version << ".\n";
cout << "Type add, remove, view or details. Or just the first letter.\n";
cout << "Type quit or q to quit the program.\n";
while (keeprunning)