find: support -HLP
[oweals/busybox.git] / console-tools / fgconsole.c
index 75fd98fd5635bddfbcf9f82241474b1cd9e11c39..54355bee61f94cffe14a75f71130eb65b879d8a9 100644 (file)
@@ -4,9 +4,14 @@
  *
  * Copyright (C) 2010 by Grigory Batalov <bga@altlinux.org>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
+//usage:#define fgconsole_trivial_usage
+//usage:       ""
+//usage:#define fgconsole_full_usage "\n\n"
+//usage:       "Get active console"
+
 #include "libbb.h"
 
 /* From <linux/vt.h> */