Skip to content

Commit

Permalink
Merge remote-tracking branch 'mattirn/demo-watch'
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 4, 2019
2 parents fe07684 + fa53f65 commit 8bd354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/java/org/apache/felix/gogo/jline/Posix.java
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};

Expand Down

0 comments on commit 8bd354d

Please sign in to comment.