We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2f231 commit 7d28889Copy full SHA for 7d28889
lib/astal/io/cli.vala
@@ -38,7 +38,7 @@ int main(string[] argv) {
38
if (help) {
39
print("Client for Astal.Application instances\n\n");
40
print("Usage:\n");
41
- print(" %s [flags] requet\n\n", argv[0]);
+ print(" %s [flags] request\n\n", argv[0]);
42
print("Flags:\n");
43
print(" -h, --help Print this help and exit\n");
44
print(" -v, --version Print version number and exit\n");
0 commit comments