summaryrefslogtreecommitdiff
path: root/bin/ssh-forcecommand
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ssh-forcecommand')
-rwxr-xr-xbin/ssh-forcecommand2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh-forcecommand b/bin/ssh-forcecommand
index c216658..5fb5068 100755
--- a/bin/ssh-forcecommand
+++ b/bin/ssh-forcecommand
@@ -20,7 +20,7 @@ while ( my $line = <$conf> ) {
close($conf) or die("Cannot close $conffile: $!\n");
if ( not $command{$origcmd} ) {
- die("Unknown command\n");
+ die("Unknown command: $origcmd\n");
}
exec( $command{$origcmd} );