projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0c4dd
)
contrib/cussh.pl: Fix a typo in the `FLUSH' command.
author
Florian Forster
<octo@noris.net>
Wed, 26 Aug 2009 08:34:08 +0000
(10:34 +0200)
committer
Florian Forster
<octo@noris.net>
Wed, 26 Aug 2009 09:13:24 +0000
(11:13 +0200)
contrib/cussh.pl
patch
|
blob
|
history
diff --git
a/contrib/cussh.pl
b/contrib/cussh.pl
index
3f1f7c8
..
7357ad7
100755
(executable)
--- a/
contrib/cussh.pl
+++ b/
contrib/cussh.pl
@@
-310,7
+310,7
@@
sub flush {
$args{"timeout"} = $value;
}
elsif ($option eq "identifier") {
- my $id = getid (
\
$value);
+ my $id = getid ($value);
if (!$id)
{
print STDERR "Not a valid identifier: \"$value\"\n";