diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-08 15:35:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-08 15:35:29 -0400 |
commit | ef013506cb8c82d547160195b66572b5774db14f (patch) | |
tree | 62e23266075a8f6a0900d16427399b8d53969bc3 /Usage.hs | |
parent | 57a747d0819d587d8f7fb301c3c6c589c80c556f (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.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ paramDate :: String paramDate = "DATE" paramFormat :: String paramFormat = "FORMAT" +paramFile :: String +paramFile = "FILE" paramKeyValue :: String paramKeyValue = "K=V" paramNothing :: String |