aboutsummaryrefslogtreecommitdiffstats
path: root/src/slack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/slack.c')
-rw-r--r--src/slack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slack.c b/src/slack.c
index 7e829fc..1895e50 100644
--- a/src/slack.c
+++ b/src/slack.c
@@ -31,11 +31,11 @@
static void usage(void)
{
- printf("USAGE: slack (get | GET | (reset | <interval> <options...> [--fatal] [--] <command...>))\n");
+ printf("USAGE: slack (get | GET | ((reset | <interval>) [--fatal] [--] <command...>))\n");
printf("\n");
printf("The <interval> must be a positive number optionally with a suffix:\n");
printf(" ns n nanoseconds (default)\n");
- printf(" µs µ ns n microseconds\n");
+ printf(" µs µ us u microseconds\n");
printf(" ms m milliseconds\n");
printf(" s seconds\n");
printf("\n");