From 19886913783e5185794bcf5b7f32ff8c28fb1359 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 19 Nov 2007 20:38:34 +0000 Subject: Add carriage return after outputting help screen --- usr/local/sbin/pfSsh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/sbin/pfSsh.php') 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'); -- cgit v1.1