diff options
Diffstat (limited to 'toys/other/reset.c')
-rw-r--r-- | toys/other/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/reset.c b/toys/other/reset.c index 5fc59706..4d16a4a3 100644 --- a/toys/other/reset.c +++ b/toys/other/reset.c @@ -12,7 +12,7 @@ config RESET help usage: reset - reset the terminal + Reset the terminal. */ #include "toys.h" |