summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-19 20:38:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-19 20:38:34 +0000
commit19886913783e5185794bcf5b7f32ff8c28fb1359 (patch)
treeafd8d802945b76745026e5ab9159b1c1b13d1b93 /usr/local/sbin/pfSsh.php
parent376807d71b80ea6df36b742f46828a507a8ad1c6 (diff)
downloadpfsense-19886913783e5185794bcf5b7f32ff8c28fb1359.zip
pfsense-19886913783e5185794bcf5b7f32ff8c28fb1359.tar.gz
Add carriage return after outputting help screen
Diffstat (limited to 'usr/local/sbin/pfSsh.php')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index edc69be..1170405 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -127,7 +127,7 @@ function show_help() {
echo "write_config();\n";
echo "\n/* to reboot the system after saving */\n";
- echo "system_reboot_sync();";
+ echo "system_reboot_sync();\n";
}
$fp = fopen('php://stdin', 'r');
OpenPOWER on IntegriCloud