From a31fc18b9327f45774ef359397b58cd0ec2e713e Mon Sep 17 00:00:00 2001 From: Alex Mason Date: Wed, 23 Aug 2023 14:55:55 +1000 Subject: [PATCH] Update help text --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index a61dfc1..7034c0f 100644 --- a/Main.hs +++ b/Main.hs @@ -50,7 +50,7 @@ usage = putStrLn . unlines $ [ "Usage:" , "" , " Upload file:" - , " s3upload upload " + , " s3upload upload OR \"-\" for stdin" , "" , " Abort all unfinished uploads for bucket:" , " s3upload abort "