diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-04 16:50:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-04 16:50:43 +0200 |
commit | b22bbfffec182997827b0a71eeb93ddafbde602c (patch) | |
tree | c7822f5ed12ed82e4116121ea775510db232b111 /examples | |
parent | fca70a8cce579ce8cc8caf246c22f0c6e6c6e139 (diff) | |
download | busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.gz busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.bz2 busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.zip |
fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inittab b/examples/inittab index 5f2af8724..64fc4fce1 100644 --- a/examples/inittab +++ b/examples/inittab | |||
@@ -30,7 +30,7 @@ | |||
30 | # console." and then waits for the user to press enter before starting | 30 | # console." and then waits for the user to press enter before starting |
31 | # the specified process. | 31 | # the specified process. |
32 | # | 32 | # |
33 | # Note: unrecognised actions (like initdefault) will cause init to emit | 33 | # Note: unrecognized actions (like initdefault) will cause init to emit |
34 | # an error message, and then go along with its business. | 34 | # an error message, and then go along with its business. |
35 | # | 35 | # |
36 | # <process>: Specifies the process to be executed and it's command line. | 36 | # <process>: Specifies the process to be executed and it's command line. |