diff options
Diffstat (limited to 'Command/Move.hs')
-rw-r--r-- | Command/Move.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Move.hs b/Command/Move.hs index 316e4192e..80b362c8a 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -19,7 +19,7 @@ import Logs.Presence import Logs.Transfer def :: [Command] -def = [withOptions options $ command "move" paramPaths seek +def = [notDirect $ withOptions options $ command "move" paramPaths seek "move content of files to/from another repository"] fromOption :: Option |