diff options
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index 1c595b6c2..7141cbc48 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -24,7 +24,7 @@ import qualified Data.Set as S cmd :: Command cmd = command "drop" SectionCommon - "indicate content of files not currently wanted" + "remove content of files from repository" paramPaths (seek <$$> optParser) data DropOptions = DropOptions |