Commit 0ca2923e authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan

selftests: watchdog: fix spelling mistake "experies" -> "expires"

There is a spelling mistake in the --gettimeleft help text, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan <shuah@kernel.org>
parent 6059c6b1
...@@ -78,7 +78,7 @@ static void usage(char *progname) ...@@ -78,7 +78,7 @@ static void usage(char *progname)
printf(" -T, --gettimeout Get the timeout\n"); printf(" -T, --gettimeout Get the timeout\n");
printf(" -n, --pretimeout=T Set the pretimeout to T seconds\n"); printf(" -n, --pretimeout=T Set the pretimeout to T seconds\n");
printf(" -N, --getpretimeout Get the pretimeout\n"); printf(" -N, --getpretimeout Get the pretimeout\n");
printf(" -L, --gettimeleft Get the time left until timer experies\n"); printf(" -L, --gettimeleft Get the time left until timer expires\n");
printf("\n"); printf("\n");
printf("Parameters are parsed left-to-right in real-time.\n"); printf("Parameters are parsed left-to-right in real-time.\n");
printf("Example: %s -d -t 10 -p 5 -e\n", progname); printf("Example: %s -d -t 10 -p 5 -e\n", progname);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment