diff options
author | Rob Landley <rob@landley.net> | 2007-12-20 04:39:26 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-20 04:39:26 -0600 |
commit | 4bdf4e8b4fe9cc9df4f332343fe29442928bde6d (patch) | |
tree | 1f7f3d3e6a39ffb9852170eec642132b9e11e331 | |
parent | 344139aa3f3cf41b7fee9d70cb56df9901524248 (diff) | |
download | toybox-4bdf4e8b4fe9cc9df4f332343fe29442928bde6d.tar.gz |
Typo spotted by Adrian Davey.
-rw-r--r-- | toys/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/Config.in b/toys/Config.in index d3cd9cf3..d743bc95 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -312,7 +312,7 @@ config READLINK_F -f Show final location, including normal files and multiple symlinks. config SHA1SUM - bool "sleep" + bool "sha1sum" default y help usage: sha1sum [file...] |