From 71095db8f40888f6afc604c896c296dbe988d292 Mon Sep 17 00:00:00 2001 From: Sachin Pandit Date: Mon, 25 Aug 2014 09:46:14 +0530 Subject: cli/snapshot : update of a snapshot delete syntax in documentation Change-Id: Id1a4b9684a8dd5750ee6eed841e3d5195407fb7e BUG: 1112613 Signed-off-by: Sachin Pandit Reviewed-on: http://review.gluster.org/8534 Tested-by: Gluster Build System Reviewed-by: Kaushal M --- cli/src/cli-cmd-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 4811293dbb8..6e30a7094a8 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -3619,7 +3619,7 @@ out: return ret; } -/* snapshot delete +/* snapshot delete (all | snapname | volume ) * @arg-0, dict : Request Dictionary to be sent to server side. * @arg-1, words : Contains individual words of CLI command. * @arg-2, wordcount: Contains number of words present in the CLI command. @@ -4162,7 +4162,7 @@ cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options, case GF_SNAP_OPTION_TYPE_DELETE: /* Syntax : - * gluster snapshot delete + * snapshot delete (all | snapname | volume ) */ ret = cli_snap_delete_parse (dict, words, wordcount, state); if (ret) { -- cgit