summaryrefslogtreecommitdiff
path: root/tools/vgremove.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-03-04 14:40:04 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-03-04 14:40:58 +0100
commita7bfc2cbb565eb668068a091d7c2a7a4f4f2ffcc (patch)
treeac6b10fa2fd655c57de2764e332c0b172242df2b /tools/vgremove.c
parent733bfe36f5ba34f11b297e41ec249aaa6b238d7b (diff)
downloadlvm2-a7bfc2cbb565eb668068a091d7c2a7a4f4f2ffcc.tar.gz
cleanup: tools: "or use -S for selection" --> "or use --select for selection"
Diffstat (limited to 'tools/vgremove.c')
-rw-r--r--tools/vgremove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgremove.c b/tools/vgremove.c
index d33ab1be3..fd9735604 100644
--- a/tools/vgremove.c
+++ b/tools/vgremove.c
@@ -85,7 +85,7 @@ int vgremove(struct cmd_context *cmd, int argc, char **argv)
if (!argc && !arg_is_set(cmd, select_ARG)) {
log_error("Please enter one or more volume group paths "
- "or use -S for selection.");
+ "or use --select for selection.");
return EINVALID_CMD_LINE;
}