Missed when commit ece44f19f423408f576f348fed2845c876d72c6e added support to freeze. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- bash-completion/rtcwake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/rtcwake b/bash-completion/rtcwake index 51566a2..70ae743 100644 --- a/bash-completion/rtcwake +++ b/bash-completion/rtcwake @@ -12,7 +12,7 @@ _rtcwake_module() return 0 ;; '-m'|'--mode') - COMPREPLY=( $(compgen -W "standby mem disk off no on disable show" -- $cur) ) + COMPREPLY=( $(compgen -W "standby freeze mem disk off no on disable show" -- $cur) ) return 0 ;; '-s'|'--seconds') -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html