[Bash-completion-commits] [bash-completion] 02/04: chronyc: Add missing subcommands

Ville Skyttä scop-guest at moszumanska.debian.org
Tue Oct 6 21:29:21 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 ef26136ea3f4fcf123c1a4af741be625fbac1a05
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Oct 6 17:44:59 2015 +0200

    chronyc: Add missing subcommands
---
 completions/chronyc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/completions/chronyc b/completions/chronyc
index c3cfdaa..b95308f 100644
--- a/completions/chronyc
+++ b/completions/chronyc
@@ -52,11 +52,14 @@ _chronyc()
                     COMPREPLY=( $( compgen -W 'off stratum' -- "$cur" ) )
                     ;;
                 manual)
-                    COMPREPLY=( $( compgen -W 'list on off reset' -- "$cur" ) )
+                    COMPREPLY=( $( compgen -W 'list on off reset delete' -- "$cur" ) )
                     ;;
                 sources|sourcestats)
                     COMPREPLY=( $( compgen -W '-v' -- "$cur" ) )
                     ;;
+                smoothtime)
+                    COMPREPLY=( $( compgen -W 'reset activate' -- "$cur" ) )
+                    ;;
             esac
             ;;
         2)

-- 
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