summaryrefslogtreecommitdiff
path: root/utils/morty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-xutils/morty.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/morty.sh b/utils/morty.sh
index c3531f735..143e7e0c8 100755
--- a/utils/morty.sh
+++ b/utils/morty.sh
@@ -183,6 +183,10 @@ main() {
debug-off) disable_debug ;;
*) usage "$_usage"; exit 42;;
esac ;;
+ doc)
+ echo
+ echo ".. generic utils/morty.sh documentation"
+ ;;
*) usage "ERROR: unknown or missing command $1"; exit 42;;
esac