rename description to desc
This commit is contained in:
parent
49eff9c009
commit
87c3fa5b75
7 changed files with 38 additions and 38 deletions
|
@ -30,13 +30,13 @@ data ModeOptions =
|
|||
output :: Maybe FilePath
|
||||
}
|
||||
| RSS {
|
||||
files :: [FilePath],
|
||||
title :: Text,
|
||||
description :: Text,
|
||||
root :: Text,
|
||||
prefix :: FilePath,
|
||||
output :: Maybe FilePath,
|
||||
dataDir :: FilePath
|
||||
files :: [FilePath],
|
||||
title :: Text,
|
||||
desc :: Text,
|
||||
root :: Text,
|
||||
prefix :: FilePath,
|
||||
output :: Maybe FilePath,
|
||||
dataDir :: FilePath
|
||||
}
|
||||
| DependSingle {
|
||||
file :: FilePath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue