typo
parent
a2d9c2eb5c
commit
26a09fe58f
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue