1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-08 08:26:02 +03:00

Update doc

This commit is contained in:
Nicolas Mattia 2019-01-28 22:39:08 +01:00
parent bf040a7580
commit a22310c12b

View File

@ -98,7 +98,7 @@ parsePackageSpec =
( Opts.long "template" <>
Opts.short 't' <>
Opts.metavar "URL" <>
Opts.help "foo"
Opts.help "Used during 'update' when building URL. Occurrences of <foo> are replaced with attribute 'foo'."
))
-- Parse "key=val" into ("key", "val")