Skip to content

Commit ae94452

Browse files
forslundÅke Forslund
andauthored
Fix tiny typo, usuage -> usage (#1205)
Fixes a tiny type noticed when running the example code. Relates-To: OLPEDGE-342 Signed-off-by: Åke Forslund <[email protected]> Co-authored-by: Åke Forslund <[email protected]>
1 parent ee1ff45 commit ae94452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Examples : int {
4242
};
4343

4444
constexpr auto usage =
45-
"usuage is \n -a, --all : run all examples \n "
45+
"usage is \n -a, --all : run all examples \n "
4646
"-e, --example[=read|read_stream|write|cache] \n\tRun "
4747
"example\n -i, --key-id \n\there.access.key.id \n -s, --key-secret "
4848
"\n\there.access.key.secret \n"

0 commit comments

Comments
 (0)