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


_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to