From 7fdea759c667badfa7b2a536f9ec8bcdd12debe3 Mon Sep 17 00:00:00 2001
From: Mike Lake <Mike.Lake@uts.edu.au>
Date: Mon, 13 Feb 2023 12:15:01 +1100
Subject: [PATCH] whitespace

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dcbdd49..5d94671 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ If you run the program with no args you will get brief usage information:
     usage: check_utilisation.py  running|finished|all  [-h] [-u USER] [-e EMAIL]
     check_utilisation.py: error: the following arguments are required: state
 
-Running with the `-h` option will give more detailed help: `$ ./check_utilisation.py -h` 
+Running with the `-h` option will give more detailed help: `$ ./check_utilisation.py -h`
 
 You need to specify a "job state" to query; either "running", "finished" or "all" 
 like this:
-- 
GitLab