hust testsuite: fix a false positive
[oweals/busybox.git] / console-tools / deallocvt.c
index 6a1d13d149e3496e18ccb1aad248922afb8330f2..b131c0a64985e61adc42948b0a65d527b8655f0c 100644 (file)
 
 /* no options, no getopt */
 
+//usage:#define deallocvt_trivial_usage
+//usage:       "[N]"
+//usage:#define deallocvt_full_usage "\n\n"
+//usage:       "Deallocate unused virtual terminal /dev/ttyN"
+
 #include "libbb.h"
 
 /* From <linux/vt.h> */