~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to docs/embedded-scripts.txt

  • Committer: Denys Vlasenko
  • Author(s): Christian Franke
  • Date: 2023-11-13 10:32:35 UTC
  • Revision ID: git-v1:a63b60bdd6fa26b867c80d44074118babbae7ffd
Cygwin: regenerate defconfig

Signed-off-by: Christian Franke <christian.franke@t-online.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
code for the native applet:
56
56
 
57
57
//config:config MU
58
 
//config:   bool "MU"
59
 
//config:   default y
60
 
//config:   help
61
 
//config:   Returns an indeterminate value.
 
58
//config:       bool "MU"
 
59
//config:       default y
 
60
//config:       help
 
61
//config:       Returns an indeterminate value.
62
62
 
63
63
//applet:IF_MU(APPLET_SCRIPTED(mu, scripted, BB_DIR_USR_BIN, BB_SUID_DROP, mu))
64
64
 
65
65
//usage:#define mu_trivial_usage
66
 
//usage:    "[-abcde] FILE..."
 
66
//usage:        "[-abcde] FILE..."
67
67
//usage:#define mu_full_usage
68
 
//usage:    "Returns an indeterminate value\n"
69
 
//usage:     "\n    -a  First function"
70
 
//usage:     "\n    -b  Second function"
 
68
//usage:        "Returns an indeterminate value\n"
 
69
//usage:     "\n        -a      First function"
 
70
//usage:     "\n        -b      Second function"
71
71
 
72
72
The only difference is that the applet is specified as being of type
73
73
APPLET_SCRIPTED.  It would also be useful to include details of any