typo
parent
a2d9c2eb5c
commit
26a09fe58f
|
@ -9,7 +9,7 @@ It has a text interface and uses a SQLite-database.
|
||||||
|
|
||||||
```PLAIN
|
```PLAIN
|
||||||
$ whyblocked
|
$ 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 add, remove, view or details. Or just the first letter.
|
||||||
Type quit or q to quit the program.
|
Type quit or q to quit the program.
|
||||||
: add
|
: add
|
||||||
|
|
|
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
||||||
sqlite::connection con(get_filepath());
|
sqlite::connection con(get_filepath());
|
||||||
bool keeprunning = true;
|
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 add, remove, view or details. Or just the first letter.\n";
|
||||||
cout << "Type quit or q to quit the program.\n";
|
cout << "Type quit or q to quit the program.\n";
|
||||||
while (keeprunning)
|
while (keeprunning)
|
||||||
|
|
Loading…
Reference in New Issue