[Bash-completion-commits] [bash-completion] 04/04: chronyc: Wrap long lines

Ville Skyttä scop-guest at moszumanska.debian.org
Tue Oct 6 21:29:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit aa404ca17d3838b18669e006ab30446cb402988b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Oct 7 00:29:00 2015 +0300

    chronyc: Wrap long lines
---
 completions/chronyc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/completions/chronyc b/completions/chronyc
index 7a5f5f6..ddbbbb9 100644
--- a/completions/chronyc
+++ b/completions/chronyc
@@ -28,7 +28,8 @@ _chronyc()
     case $args in
         0)
             COMPREPLY=( $( compgen -W "$( $1 help 2>/dev/null | \
-                awk '!/(^ |: *$)/ { sub("\\|", " ", $1); print $1 }' )" -- "$cur" ) )
+                awk '!/(^ |: *$)/ { sub("\\|", " ", $1); print $1 }' )" \
+                    -- "$cur" ) )
             ;;
         1)
             case $prev in
@@ -52,7 +53,8 @@ _chronyc()
                     COMPREPLY=( $( compgen -W 'off stratum' -- "$cur" ) )
                     ;;
                 manual)
-                    COMPREPLY=( $( compgen -W 'list on off reset delete' -- "$cur" ) )
+                    COMPREPLY=( $( compgen -W 'list on off reset delete' \
+                        -- "$cur" ) )
                     ;;
                 sources|sourcestats)
                     COMPREPLY=( $( compgen -W '-v' -- "$cur" ) )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list