Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e65166fa
Commit
e65166fa
authored
Jul 03, 2012
by
Leigh B Stoller
Browse files
Fix usage statement.
parent
654cf91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/register_resources.in
View file @
e65166fa
#!/usr/bin/perl -w
#
# GENIPUBLIC-COPYRIGHT
# Copyright (c) 2008-201
1
University of Utah and the Flux Group.
# Copyright (c) 2008-201
2
University of Utah and the Flux Group.
# All rights reserved.
#
use
strict
;
...
...
@@ -14,7 +14,7 @@ use Getopt::Std;
#
sub
usage
()
{
print
"
Usage: register_resources [-f] [-r]
\n
";
print
"
Usage: register_resources [-f] [-r]
[node_id node_id ...]
\n
";
exit
(
1
);
}
my
$optlist
=
"
fr
";
...
...
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