summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-radius-add-check2
-rwxr-xr-xbin/fs-radius-add-reply2
2 files changed, 2 insertions, 2 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";
}
diff --git a/bin/fs-radius-add-reply b/bin/fs-radius-add-reply
index 2f38fbc..6b9a39e 100755
--- a/bin/fs-radius-add-reply
+++ b/bin/fs-radius-add-reply
@@ -54,7 +54,7 @@ $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-reply user\n";
}