Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-27 16:14:29 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-27 16:14:29 +0300
commit72b3442aeb948a9f27822d8888df765393b9ecd4 (patch)
tree7c3465cda1ac5edd4fb6ee563b7d065fc7430ddf /include
parent11b9f266104bf1c1bd21ec64cff22dbb5d0983a6 (diff)
fbsplash: support this usage:
mkfifo cmd_pipe fbsplash -f cmd_pipe .... & ... echo 33 >cmd_pipe ... echo 66 >cmd_pipe Code size: fbsplash_main +116 bytes :(
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index f830fb35c..f950a0a49 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -133,8 +133,6 @@
"\n -f Control pipe (else exit after drawing image)" \
"\n commands: 'NN' (% for progress bar) or 'exit'" \
-
-
#define brctl_trivial_usage \
"COMMAND [BRIDGE [INTERFACE]]"
#define brctl_full_usage \