diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-09 10:41:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-09 10:42:28 -0400 |
commit | 98769639f3fc88a8dbe497180145536caf51df5c (patch) | |
tree | 9c488f3ebb8584d5f09df34774ec55448a07da39 /Command/Drop.hs | |
parent | 2fe6252a14ffa7f8dc385c95da901fc64bdc1b6f (diff) |
formatting
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index e246af342..3f4ea1a9d 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -47,10 +47,8 @@ optParser desc = DropOptions parseDropFromOption :: Parser (Maybe RemoteName) parseDropFromOption = optional $ strOption - ( long "from" - <> short 'f' - <> metavar paramRemote - <> help "drop content from a remote" + ( long "from" <> short 'f' <> metavar paramRemote + <> help "drop content from a remote" ) seek :: DropOptions -> CommandSeek |