aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-alternatives
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-alternatives')
-rwxr-xr-xtools/cpt-alternatives1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-alternatives b/tools/cpt-alternatives
index 5b0007e..a65c2fc 100755
--- a/tools/cpt-alternatives
+++ b/tools/cpt-alternatives
@@ -1,4 +1,5 @@
#!/bin/sh -ef
+# List and swap to alternatives
# shellcheck disable=1091
if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi