commit d76b716d9fd72cbb4a8e767e393ae6901fc6b1b8
parent e7ec60cd9c43cf6049b1ee20b3458691f972f97e
Author: Chris Down <chris@chrisdown.name>
Date: Tue, 21 Aug 2018 15:39:17 -0400
Sort environment variables in --help
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/clipmenu b/clipmenu
@@ -20,9 +20,9 @@ All arguments are passed through to dmenu itself.
Environment variables:
-- $CM_LAUNCHER: specify a dmenu-compatible launcher (default: dmenu)
- $CM_DIR: specify the base directory to store the cache dir in (default: $XDG_RUNTIME_DIR, $TMPDIR, or /tmp)
- $CM_HISTLENGTH: specify the number of lines to show in dmenu/rofi (default: 8)
+- $CM_LAUNCHER: specify a dmenu-compatible launcher (default: dmenu)
EOF
exit 0
fi
diff --git a/clipmenud b/clipmenud
@@ -80,11 +80,11 @@ when you want to select a clip.
Environment variables:
-- $CM_ONESHOT: run once immediately, do not loop (default: 0)
- $CM_DEBUG: turn on debugging output (default: 0)
-- $CM_OWN_CLIPBOARD: take ownership of the clipboard (default: 1)
-- $CM_MAX_CLIPS: maximum number of clips to store, 0 for inf (default: 1000)
- $CM_DIR: specify the base directory to store the cache dir in (default: $XDG_RUNTIME_DIR, $TMPDIR, or /tmp)
+- $CM_MAX_CLIPS: maximum number of clips to store, 0 for inf (default: 1000)
+- $CM_ONESHOT: run once immediately, do not loop (default: 0)
+- $CM_OWN_CLIPBOARD: take ownership of the clipboard (default: 1)
- $CM_SELECTIONS: space separated list of the selections to manage (default: "clipboard primary")
EOF
exit 0