summaryrefslogtreecommitdiff
path: root/bin/fs-radius-add-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fs-radius-add-check')
-rwxr-xr-xbin/fs-radius-add-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fs-radius-add-check b/bin/fs-radius-add-check
index ca0492f..35f4d32 100755
--- a/bin/fs-radius-add-check
+++ b/bin/fs-radius-add-check
@@ -54,6 +54,6 @@ $dbh->disconnect or die $dbh->errstr;
print "\n\n", "Now you must run dbdef-create.\n\n";
sub usage {
- die "Usage:\n fs-radius-add user\n";
+ die "Usage:\n fs-radius-add-check user\n";
}