]> git.eshelyaron.com Git - emacs.git/commitdiff
(kubed-forward-port-to-pod): Fix prompt
authorEshel Yaron <me@eshelyaron.com>
Thu, 25 Jul 2024 18:54:16 +0000 (20:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jul 2024 18:54:16 +0000 (20:54 +0200)
lisp/net/kubed.el

index 885a2581dc8e7d611adae495ddcefe8555b9054e..415a834ed7eb6d94c85d8e9b0b2e6770272a06d8 100644 (file)
@@ -1285,7 +1285,7 @@ use it; otherwise, fall back to prompting."
   "Forward LOCAL-PORT to REMOTE-PORT of Kubernetes pod POD."
   (interactive
    (if kubed-all-namespaces-mode
-       (let* ((p-s (kubed-read-namespaced-pod "Show logs for pod"))
+       (let* ((p-s (kubed-read-namespaced-pod "Forward port to pod"))
               (p (car p-s))
               (s (cadr p-s)))
          (list p (read-number "Local port: ") (read-number "Remote port: ") s))