[Toybox] [PATCH] fix top --help

enh enh at google.com
Thu Mar 19 14:08:28 PDT 2015


Looks like you can't have a blank line between "help" and the start of
the help text. Hopefully this won't cause Rob to disappear while he
rewrites the scripts again, but even if it does, this makes "top
--help" work until then :-)

index 700baba..49c1f68 100644
--- a/toys/pending/top.c
+++ b/toys/pending/top.c
@@ -12,7 +12,6 @@ config TOP
   bool "top"
   default n
   help
-
     usage: top [-mb] [ -d seconds ] [ -n iterations ]

     Provide a view of process activity in real time.

 1426799308.0


More information about the Toybox mailing list