Skip to content

Commit 7d28889

Browse files
authored
cli: fix typo in 'request' in help message (#363)
1 parent 2f2f231 commit 7d28889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/astal/io/cli.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main(string[] argv) {
3838
if (help) {
3939
print("Client for Astal.Application instances\n\n");
4040
print("Usage:\n");
41-
print(" %s [flags] requet\n\n", argv[0]);
41+
print(" %s [flags] request\n\n", argv[0]);
4242
print("Flags:\n");
4343
print(" -h, --help Print this help and exit\n");
4444
print(" -v, --version Print version number and exit\n");

0 commit comments

Comments
 (0)