From 5f4b21878c10f0f09c6fe0ec8d15316df19d3232 Mon Sep 17 00:00:00 2001 From: James Cameron Date: Mon, 13 May 2024 13:41:51 +1000 Subject: [PATCH] Fix usage file names --- examples/simple_async_client.py | 2 +- examples/simple_sync_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple_async_client.py b/examples/simple_async_client.py index 5030bfc5a..500112799 100755 --- a/examples/simple_async_client.py +++ b/examples/simple_async_client.py @@ -3,7 +3,7 @@ An example of a single threaded synchronous client. -usage: simple_client_async.py +usage: simple_async_client.py All options must be adapted in the code The corresponding server must be started before e.g. as: diff --git a/examples/simple_sync_client.py b/examples/simple_sync_client.py index 80a8b9e77..2cd363d8b 100755 --- a/examples/simple_sync_client.py +++ b/examples/simple_sync_client.py @@ -3,7 +3,7 @@ An example of a single threaded synchronous client. -usage: simple_client_async.py +usage: simple_sync_client.py All options must be adapted in the code The corresponding server must be started before e.g. as: