diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-06 17:24:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-06 17:24:03 -0400 |
commit | 9fb5f3edc7e0aec79e38cf588b66e66e4a2bdd3c (patch) | |
tree | d114c9c52685160c2e4c2244676cbd1f5563f9c4 /Usage.hs | |
parent | 47646d44b7a391d9439998ba34498f2fb74b4259 (diff) |
log --after=date
Diffstat (limited to 'Usage.hs')
-rw-r--r-- | Usage.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ paramUUID :: String paramUUID = "UUID" paramType :: String paramType = "TYPE" +paramDate :: String +paramDate = "Date" paramFormat :: String paramFormat = "FORMAT" paramKeyValue :: String |