snapshot: remove volname(s) to volname for snapshot create

Since we are not supporting snapshot of a multiple volume,
it is wrong to display
snapshot create <snapname> <volname(s)> [no-timestamp]
[description <description>] [force]

So changing volname(s) to volname

Change-Id: I5d367c319ab30ff5f1c89bc8de795f3436820bcc
BUG: 1196108
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/9741
Reviewed-by: Avra Sengupta <asengupt@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
This commit is contained in:
Mohammed Rafi KC 2015-02-25 14:27:32 +05:30 committed by Kaushal M
parent 0d36d4f6ba
commit 7b8637833d

View File

@ -82,7 +82,7 @@ struct cli_cmd snapshot_cmds[] = {
cli_cmd_snapshot_help_cbk,
"display help for snapshot commands"
},
{ "snapshot create <snapname> <volname(s)> [no-timestamp] "
{ "snapshot create <snapname> <volname> [no-timestamp] "
"[description <description>] [force]",
cli_cmd_snapshot_cbk,
"Snapshot Create."