diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-02-07 12:13:41 -0800 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-02-07 12:13:41 -0800 |
commit | 790310882b62495826d306e998a64a646fb74c68 (patch) | |
tree | a6223f78c50c56ac36bd86f806fdf0644e410f48 /toys | |
parent | 0352f4257da11908b211d704a9ef38e0055711e5 (diff) | |
download | toybox-790310882b62495826d306e998a64a646fb74c68.tar.gz |
Switching who default to 'n' since it's not yet fully implemented.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ USE_WHO(NEWTOY(who, NULL, TOYFLAG_BIN)) config WHO bool "who" - default y + default n help usage: who |