Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
746ea1da
Commit
746ea1da
authored
Sep 11, 2008
by
Guido Trotter
Browse files
gnt-instance: fix tags commands online help
It used to refer to "nodes", which was confusing. Reviewed-by: iustinp
parent
8646adce
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gnt-instance
View file @
746ea1da
...
...
@@ -1135,11 +1135,11 @@ commands = {
'grow-disk'
:
(
GrowDisk
,
ARGS_FIXED
(
3
),
[
DEBUG_OPT
,
SUBMIT_OPT
],
"<instance> <disk> <size>"
,
"Grow an instance's disk"
),
'list-tags'
:
(
ListTags
,
ARGS_ONE
,
[
DEBUG_OPT
],
"<
nod
e_name>"
,
"List the tags of the given instance"
),
"<
instanc
e_name>"
,
"List the tags of the given instance"
),
'add-tags'
:
(
AddTags
,
ARGS_ATLEAST
(
1
),
[
DEBUG_OPT
,
TAG_SRC_OPT
],
"<
nod
e_name> tag..."
,
"Add tags to the given instance"
),
"<
instanc
e_name> tag..."
,
"Add tags to the given instance"
),
'remove-tags'
:
(
RemoveTags
,
ARGS_ATLEAST
(
1
),
[
DEBUG_OPT
,
TAG_SRC_OPT
],
"<
nod
e_name> tag..."
,
"Remove tags from given instance"
),
"<
instanc
e_name> tag..."
,
"Remove tags from given instance"
),
}
aliases
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment