Skip to content

Commit 6e3a7ec

Browse files
committed
formatting
1 parent 4ff33c6 commit 6e3a7ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ data Options w = Options
6464
, attribute
6565
:: w ::: [Regex] <?> "Pattern (POSIX regex) to limit updates to expressions under matching names in attrsets and let bindings. Combined using inclusive or, if this isn't specified then no expressions will be filtered by attribute name"
6666
, dryRun :: w ::: Bool <!> "False" <?> "Don't modify the file"
67-
, onlyCommented :: w ::: Bool <!> "False" <?> "Only update from Git sources which have a comment on the 'rev' (or 'url' for fetchTarball from GitHub) attribute"
67+
, onlyCommented
68+
:: w ::: Bool <!> "False" <?> "Only update from Git sources which have a comment on the 'rev' (or 'url' for fetchTarball from GitHub) attribute"
6869
}
6970
deriving stock Generic
7071

0 commit comments

Comments
 (0)