diff options
author | shishir gowda <sgowda@redhat.com> | 2013-10-31 12:02:32 +0530 |
---|---|---|
committer | shishir gowda <sgowda@redhat.com> | 2013-11-06 10:19:09 +0530 |
commit | a1941b9a20635b2fa5d041e19cc38e367862cdca (patch) | |
tree | 442714cc8c4071965f8cd0ec5397e6d61b429b17 /cli/src/cli-cmd-snapshot.c | |
parent | dac1a4cfcd117a18ceefd0bb1d5c6a5f35689329 (diff) |
cli/snapshot: Ask user to confirm change of snap max limit
Change-Id: I6fd89a98c4a111bb6cd3e4d3c2b3d6f783661c27
Signed-off-by: shishir gowda <sgowda@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-snapshot.c')
-rw-r--r-- | cli/src/cli-cmd-snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-snapshot.c b/cli/src/cli-cmd-snapshot.c index 9f52ab01b..b3bc98abf 100644 --- a/cli/src/cli-cmd-snapshot.c +++ b/cli/src/cli-cmd-snapshot.c @@ -51,7 +51,7 @@ cli_cmd_snapshot_cbk (struct cli_state *state, struct cli_cmd_word *word, } /* Parses the command entered by the user */ - ret = cli_cmd_snapshot_parse (words, wordcount, &options); + ret = cli_cmd_snapshot_parse (words, wordcount, &options, state); if (ret) { cli_usage_out (word->pattern); parse_err = 1; |