aboutsummaryrefslogtreecommitdiff
path: root/src/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.c')
-rw-r--r--src/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.c b/src/time.c
index 86f277f..02ba814 100644
--- a/src/time.c
+++ b/src/time.c
@@ -102,7 +102,7 @@ static void time_bang(t_time *x)
static void help_time(t_time *x)
{
ZEXY_USEVAR(x);
- post("\n%c time\t\t:: get the current system time", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" time\t\t:: get the current system time");
post("\noutputs are\t: hour / minute / sec / msec");
post("\ncreation\t:: 'time [GMT]': show local time or GMT");
}