diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-11 18:22:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-11 18:22:40 -0400 |
commit | 9566e1e5d88faa3b6f68ca5a097671158adbfbd8 (patch) | |
tree | de87342c71904d27adc1fedb598a0eb299cfeaab /Command/AddUrl.hs | |
parent | 84ce6dc7b2d1c42f6ce6521a24f316a625e946e2 (diff) |
better word
Diffstat (limited to 'Command/AddUrl.hs')
-rw-r--r-- | Command/AddUrl.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 5e6ebff3c..22e996a15 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -82,7 +82,7 @@ seek us = do startRemote :: Remote -> Bool -> FilePath -> URLString -> Maybe Integer -> CommandStart startRemote r relaxed file uri sz = do showStart "addurl" file - showNote $ "using " ++ Remote.name r + showNote $ "from " ++ Remote.name r next $ performRemote r relaxed uri file sz performRemote :: Remote -> Bool -> URLString -> FilePath -> Maybe Integer -> CommandPerform |