diff options
Diffstat (limited to 'Command/SendKey.hs')
-rw-r--r-- | Command/SendKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/SendKey.hs b/Command/SendKey.hs index 56974bda9..871a530af 100644 --- a/Command/SendKey.hs +++ b/Command/SendKey.hs @@ -18,7 +18,7 @@ import Content import RsyncFile command :: [Command] -command = [Command "sendkey" paramKey seek +command = [repoCommand "sendkey" paramKey seek "runs rsync in server mode to send content"] seek :: [CommandSeek] |