diff options
author | Rob Landley <rob@landley.net> | 2014-12-27 13:52:40 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-12-27 13:52:40 -0600 |
commit | 989f453e133962c711d360b6f2e87ee5b0e56b22 (patch) | |
tree | 7b40d397a713d5a1e22b1cd2edc76391dc9e9f89 /toys | |
parent | 73b8bb5adecf796c717749eeb309f7659c7089db (diff) | |
download | toybox-989f453e133962c711d360b6f2e87ee5b0e56b22.tar.gz |
Promote mix
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/mix.c (renamed from toys/pending/mix.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mix.c b/toys/other/mix.c index b59136de..2b8165e3 100644 --- a/toys/pending/mix.c +++ b/toys/other/mix.c @@ -7,7 +7,7 @@ USE_MIX(NEWTOY(mix, "c:d:l#r#", TOYFLAG_USR|TOYFLAG_BIN)) config MIX bool "mix" - default n + default y help usage: mix [-m DEV] [-d CHANNEL] [-l VOL] [-r RIGHT] |