From f0af53741e0c2352fdc2e0d0e6a1ea9f2b3a8e87 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Thu, 13 Jun 2024 16:37:11 -0700 Subject: [PATCH] test: Arg -all should be --all --- lisp/core/outdated.el | 5 +++++ test/commands/local/run.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/core/outdated.el b/lisp/core/outdated.el index 8f6557ec..4b6af8c7 100644 --- a/lisp/core/outdated.el +++ b/lisp/core/outdated.el @@ -6,6 +6,11 @@ ;; ;; $ eask outdated ;; +;; +;; Action options: +;; +;; [--depth] dependency level to print +;; ;;; Code: diff --git a/test/commands/local/run.sh b/test/commands/local/run.sh index 52a9dee8..8c438601 100644 --- a/test/commands/local/run.sh +++ b/test/commands/local/run.sh @@ -66,11 +66,11 @@ eask keywords eask run script eask run script test eask run script extra -- Extra arguments! -eask run script -all +eask run script --all eask run command eask run command test eask run command mini-test-3 -- Extra arguments! -eask run command -all +eask run command --all # Exection eask eval "(progn (require 'mini.emacs.pkg.1))"