improve usage
This commit is contained in:
parent
39c3f56b33
commit
c2245260b1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fileOption :: Option
|
||||||
fileOption = Option.field [] "file" paramFile "specify what file the url is added to"
|
fileOption = Option.field [] "file" paramFile "specify what file the url is added to"
|
||||||
|
|
||||||
pathdepthOption :: Option
|
pathdepthOption :: Option
|
||||||
pathdepthOption = Option.field [] "pathdepth" paramFile "number of path components to use in filename"
|
pathdepthOption = Option.field [] "pathdepth" paramNumber "path components to use in filename"
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
seek = [withField fileOption return $ \f ->
|
seek = [withField fileOption return $ \f ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue