diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-25 13:27:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-25 13:27:20 -0400 |
commit | e3a9347879c65e550c3b1c2b0824a04b3a8ea58f (patch) | |
tree | 85c07f0ac88f4dc5977e469e3da79d81ba585bb6 /Utility/Process.hs | |
parent | 51edf7c2c16b124ec8f49c31454da5813c825506 (diff) |
progress bars for glacier uploads
Diffstat (limited to 'Utility/Process.hs')
-rw-r--r-- | Utility/Process.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs index 68d54521f..14d40f0c4 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -65,7 +65,7 @@ readProcessEnv cmd args environ = , env = environ } -{- Writes a string to a process on its stdout, +{- Writes a string to a process on its stdin, - returns its output, and also allows specifying the environment. -} writeReadProcessEnv |