summaryrefslogtreecommitdiff
path: root/Usage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-08 15:35:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-08 15:35:29 -0400
commitef013506cb8c82d547160195b66572b5774db14f (patch)
tree62e23266075a8f6a0900d16427399b8d53969bc3 /Usage.hs
parent57a747d0819d587d8f7fb301c3c6c589c80c556f (diff)
addurl: Added a --file option
Can be used to specify what file the url is added to. This can be used to override the default filename that is used when adding an url, which is based on the url. Or, when the file already exists, the url is recorded as another location of the file.
Diffstat (limited to 'Usage.hs')
-rw-r--r--Usage.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Usage.hs b/Usage.hs
index 34c344b18..a33f6f311 100644
--- a/Usage.hs
+++ b/Usage.hs
@@ -76,6 +76,8 @@ paramDate :: String
paramDate = "DATE"
paramFormat :: String
paramFormat = "FORMAT"
+paramFile :: String
+paramFile = "FILE"
paramKeyValue :: String
paramKeyValue = "K=V"
paramNothing :: String