From fa53f6546adb7f08db0d07e91d64920a7567a918 Mon Sep 17 00:00:00 2001 From: mattirn Date: Tue, 25 Jun 2019 18:42:20 +0200 Subject: [PATCH] Command watch: option --interval added missing argument --- demo/src/main/java/org/apache/felix/gogo/jline/Posix.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main/java/org/apache/felix/gogo/jline/Posix.java b/demo/src/main/java/org/apache/felix/gogo/jline/Posix.java index 177a8c3ac..48e9fbf24 100644 --- a/demo/src/main/java/org/apache/felix/gogo/jline/Posix.java +++ b/demo/src/main/java/org/apache/felix/gogo/jline/Posix.java @@ -877,7 +877,7 @@ protected void watch(final CommandSession session, Process process, String[] arg "watch - watches & refreshes the output of a command", "Usage: watch [OPTIONS] COMMAND", " -? --help Show help", - " -n --interval Interval between executions of the command in seconds", + " -n --interval=SECONDS Interval between executions of the command in seconds", " -a --append The output should be appended but not clear the console" };