find: support -HLP
[oweals/busybox.git] / console-tools / chvt.c
index 07e58c3b8ab13bc9938746cb1e38ce890e30b0c6..b9c974f4a49e9f29b1d7ad3fbc355b24f4b72858 100644 (file)
@@ -6,6 +6,12 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+
+//usage:#define chvt_trivial_usage
+//usage:       "N"
+//usage:#define chvt_full_usage "\n\n"
+//usage:       "Change the foreground virtual terminal to /dev/ttyN"
+
 #include "libbb.h"
 
 int chvt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;