bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / applets / usage_pod.c
index 85a2a8ec497a1b9e16eaa2623a4067098c10addf..ccc166aed7081f0fbb2586c31a28f242c7fdb90f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2009 Denys Vlasenko.
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 #include <unistd.h>
 #include <stdint.h>
@@ -31,8 +31,8 @@
 #include "usage.h"
 #define MAKE_USAGE(aname, usage) { aname, usage },
 static struct usage_data {
-        const char *aname;
-        const char *usage;
+       const char *aname;
+       const char *usage;
 } usage_array[] = {
 #include "applets.h"
 };
@@ -90,6 +90,8 @@ int main(void)
                                printf("%s\n\n", usage_array[i].aname);
                }
        }
+       printf("=back\n\n");
+
        return 0;
 }