hust testsuite: fix a false positive
[oweals/busybox.git] / console-tools / reset.c
index a23e4f4085d59765ba6d473667ead95c4c02605d..65940bdec5db4ecfbe268b110c422c6d1c085c8c 100644 (file)
 /* BTW, which "standard" package has this utility? It doesn't seem
  * to be ncurses, coreutils, console-tools... then what? */
 
+//usage:#define reset_trivial_usage
+//usage:       ""
+//usage:#define reset_full_usage "\n\n"
+//usage:       "Reset the screen"
+
 #include "libbb.h"
 
 #define ESC "\033"