greenclip 4.3.0 → 4.3.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- greenclip.cabal +1/−1
- src/Main.hs +1/−1
greenclip.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: greenclip-version: 4.3.0+version: 4.3.1 synopsis: Simple clipboard manager to be integrated with rofi description: Simple clipboard manager to be integrated with rofi - Please see README.md category: Linux Desktop
src/Main.hs view
@@ -320,7 +320,7 @@ -- Should rename COPY into ADVERTISE but as greenclip is already used I don't want to break configs -- of other people COPY sel -> runReaderT (advertiseSelection sel) cfg- HELP -> putText $ "greenclip v4.2 -- Recyle your clipboard selections\n\n" <>+ HELP -> putText $ "greenclip v4.3 -- Recyle your clipboard selections\n\n" <> "Available commands\n" <> "daemon: Spawn the daemon that will listen to selections\n" <> "print: Display all selections history\n" <>