Skip to content

Commit 84f47de

Browse files
committed
Update help text
1 parent 3fe3780 commit 84f47de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The executable will be built to `build/hq`.
2424

2525
Application help text:
2626
```
27-
hq (html query) - commandline HTML processor © Robin Broda, 2018
27+
hq (html query) - commandline HTML processor © Mara Robin Broda, 2018
2828
Usage: build/hq [options] <selector> <mode> [mode argument]
2929
3030
Options:
@@ -85,4 +85,4 @@ You get the idea.
8585

8686
## License
8787

88-
This work, written by Robin Broda (coderobe) in 2018, is licensed under the terms of the GNU Affero General Public License v3.0
88+
This work, written by Mara Robin Broda (coderobe) in 2018, is licensed under the terms of the GNU Affero General Public License v3.0

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
using namespace std;
1818

19-
static const char* helptext = R"(hq (html query) - commandline HTML processor © Robin Broda, 2018
19+
static const char* helptext = R"(hq (html query) - commandline HTML processor © Mara Robin Broda, 2018
2020
Usage: %s [options] <selector> <mode> [mode argument]
2121
2222
Options:

0 commit comments

Comments
 (0)