diff options
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
| -rw-r--r-- | cli/src/cli-cmd-volume.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 4f71e21822a..c23f31b83e3 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1001,7 +1001,8 @@ do_cli_cmd_volume_detach_tier (struct cli_state *state,          if (!frame)                  goto out; -        ret = cli_cmd_volume_detach_tier_parse(words, wordcount, &options); +        ret = cli_cmd_volume_detach_tier_parse(words, wordcount, &options, +                                               &need_question);          if (ret) {                  cli_usage_out (word->pattern);                  parse_error = 1;  | 
